#764945

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

Shades of Bole #764945

Tints of Bole #764945

Color information

#764945 (or 0x764945) is unknown color: approx Bole. HEX triplet: 76, 49 and 45. RGB value is (118,73,69). Sum of RGB (Red+Green+Blue) = 118+73+69=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #764945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764945 is #89B6BA. Grayscale: #565656. Windows color (decimal): -9025211 or 4540790. OLE color: 4540790.

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

Color convert

RGB1187369-
CMYK00.380.420.54
HSL4.9º26.2%36.67%-
HSV(B)4.9º41.53%46.27%-
XYZ10.939.056.8-
YUV86118.41150.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 69 (27.34% from 255) = 26.54%
R=45.38%
G=28.08%
B=26.54%

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
Decimal118736900.380.420.544.926.236.67
Hex7649450262A3651a25
Octal166111105046526653245
Binary111011010010011000101010011010101011011010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764945; }

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

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

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

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

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

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

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

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