#764242

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

Shades of Bole #764242

Tints of Bole #764242

Color information

#764242 (or 0x764242) is unknown color: approx Bole. HEX triplet: 76, 42 and 42. RGB value is (118,66,66). Sum of RGB (Red+Green+Blue) = 118+66+66=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #764242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764242 is #89BDBD. Grayscale: #515151. Windows color (decimal): -9027006 or 4342390. OLE color: 4342390.

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

Color convert

RGB1186666-
CMYK00.440.440.54
HSL28.26%36.08%-
HSV(B)44.07%46.27%-
XYZ10.48.146.18-
YUV81.55119.23154-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=47.2%
G=26.4%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118666600.440.440.54028.2636.08
Hex76424202C2C3601c24
Octal166102102054546603444
Binary1110110100001010000100101100101100110110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764242; }

 p { color: rgb(118,66,66); }

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

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

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

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

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

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

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