#764239

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

Shades of Bole #764239

Tints of Bole #764239

Color information

#764239 (or 0x764239) is unknown color: approx Bole. HEX triplet: 76, 42 and 39. RGB value is (118,66,57). Sum of RGB (Red+Green+Blue) = 118+66+57=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #764239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764239 is #89BDC6. Grayscale: #505050. Windows color (decimal): -9027015 or 3752566. OLE color: 3752566.

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

Color convert

RGB1186657-
CMYK00.440.520.54
HSL8.85º34.86%34.31%-
HSV(B)8.85º51.69%46.27%-
XYZ10.168.044.89-
YUV80.52114.73154.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 57 (22.66% from 255) = 23.65%
R=48.96%
G=27.39%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118665700.440.520.548.8534.8634.31
Hex76423902C343692322
Octal166102710546466114342
Binary1110110100001011100101011001101001101101001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764239; }

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

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

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

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

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

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

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

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