#764A45

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

Shades of Bole #764A45

Tints of Bole #764A45

Color information

#764A45 (or 0x764A45) is unknown color: approx Bole. HEX triplet: 76, 4A and 45. RGB value is (118,74,69). Sum of RGB (Red+Green+Blue) = 118+74+69=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #764A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A45 is #89B5BA. Grayscale: #565656. Windows color (decimal): -9024955 or 4541046. OLE color: 4541046.

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

Color convert

RGB1187469-
CMYK00.370.420.54
HSL6.12º26.2%36.67%-
HSV(B)6.12º41.53%46.27%-
XYZ10.999.186.82-
YUV86.59118.08150.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 74 (29.30% from 255) = 28.35%
BLUE value IS 69 (27.34% from 255) = 26.44%
R=45.21%
G=28.35%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118746900.370.420.546.1226.236.67
Hex764A450252A3661a25
Octal166112105045526663245
Binary111011010010101000101010010110101011011011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764A45; }

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

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

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

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

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

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

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

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