#764944

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

Shades of Bole #764944

Tints of Bole #764944

Color information

#764944 (or 0x764944) is unknown color: approx Bole. HEX triplet: 76, 49 and 44. RGB value is (118,73,68). Sum of RGB (Red+Green+Blue) = 118+73+68=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #764944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764944 is #89B6BB. Grayscale: #555555. Windows color (decimal): -9025212 or 4475254. OLE color: 4475254.

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

Color convert

RGB1187368-
CMYK00.380.420.54
HSL26.88%36.47%-
HSV(B)42.37%46.27%-
XYZ10.99.036.64-
YUV85.88117.91150.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 73 (28.91% from 255) = 28.19%
BLUE value IS 68 (26.95% from 255) = 26.25%
R=45.56%
G=28.19%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118736800.380.420.54626.8836.47
Hex7649440262A3661b24
Octal166111104046526663344
Binary111011010010011000100010011010101011011011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764944; }

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

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

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

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

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

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

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

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