#764439

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

Shades of Bole #764439

Tints of Bole #764439

Color information

#764439 (or 0x764439) is unknown color: approx Bole. HEX triplet: 76, 44 and 39. RGB value is (118,68,57). Sum of RGB (Red+Green+Blue) = 118+68+57=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #764439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764439 is #89BBC6. Grayscale: #515151. Windows color (decimal): -9026503 or 3753078. OLE color: 3753078.

HSL color Cylindrical-coordinate representation of color #764439: hue angle of 10.82º 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 #764439 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB1186857-
CMYK00.420.520.54
HSL10.82º34.86%34.31%-
HSV(B)10.82º51.69%46.27%-
XYZ10.288.284.93-
YUV81.7114.06153.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 68 (26.95% from 255) = 27.98%
BLUE value IS 57 (22.66% from 255) = 23.46%
R=48.56%
G=27.98%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118685700.420.520.5410.8234.8634.31
Hex76443902A3436b2322
Octal166104710526466134342
Binary1110110100010011100101010101101001101101011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764439; }

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

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

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

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

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

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

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

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