#761726

Color #761726 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #761726

Tints of Red Berry #761726

Color information

#761726 (or 0x761726) is unknown color: approx Red Berry. HEX triplet: 76, 17 and 26. RGB value is (118,23,38). Sum of RGB (Red+Green+Blue) = 118+23+38=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #761726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761726 is #89E8D9. Grayscale: #353535. Windows color (decimal): -9038042 or 2496374. OLE color: 2496374.

HSL color Cylindrical-coordinate representation of color #761726: hue angle of 350.53º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761726 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1182338-
CMYK00.810.680.54
HSL350.53º67.38%27.65%-
HSV(B)350.53º80.51%46.27%-
XYZ8.134.62.29-
YUV53.11119.47174.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 65.92%
GREEN value IS 23 (9.38% from 255) = 12.85%
BLUE value IS 38 (15.23% from 255) = 21.23%
R=65.92%
G=12.85%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118233800.810.680.54350.5367.3827.65
Hex761726051443615f431c
Octal166274601211046653710334
Binary111011010111100110010100011000100110110101011111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761726; }

 p { color: rgb(118,23,38); }

 H1.HeaderClassName
 {
   color: #761726;
 }
 .AnyTagClassName
 {
   color: #761726;
 }
</style>
background-color css

<style>
 a { background-color: #761726; }

 a { background-color: rgb(118,23,38); }

 div.DivClassName
 {
   background-color: #761726;
 }
 .BgClassName
 {
   background-color: #761726;
 }
</style>
border-color css

<style>
 span { border-color: #761726; }

 span { border-color: rgb(118,23,38); }

 td.TdClassName
 {
   border-color: #761726;
 }
 .TagClassName
 {
   border-color: #761726;
 }
</style>