#764842

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

Shades of Bole #764842

Tints of Bole #764842

Color information

#764842 (or 0x764842) is unknown color: approx Bole. HEX triplet: 76, 48 and 42. RGB value is (118,72,66). Sum of RGB (Red+Green+Blue) = 118+72+66=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #764842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764842 is #89B7BD. Grayscale: #555555. Windows color (decimal): -9025470 or 4343926. OLE color: 4343926.

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

Color convert

RGB1187266-
CMYK00.390.440.54
HSL6.92º28.26%36.08%-
HSV(B)6.92º44.07%46.27%-
XYZ10.778.886.3-
YUV85.07117.24151.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 72 (28.52% from 255) = 28.12%
BLUE value IS 66 (26.17% from 255) = 25.78%
R=46.09%
G=28.12%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118726600.390.440.546.9228.2636.08
Hex7648420272C3671c24
Octal166110102047546673444
Binary111011010010001000010010011110110011011011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764842; }

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

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

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

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

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

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

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

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