#764A44

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

Shades of Bole #764A44

Tints of Bole #764A44

Color information

#764A44 (or 0x764A44) is unknown color: approx Bole. HEX triplet: 76, 4A and 44. RGB value is (118,74,68). Sum of RGB (Red+Green+Blue) = 118+74+68=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #764A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A44 is #89B5BB. Grayscale: #565656. Windows color (decimal): -9024956 or 4475510. OLE color: 4475510.

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

Color convert

RGB1187468-
CMYK00.370.420.54
HSL7.2º26.88%36.47%-
HSV(B)7.2º42.37%46.27%-
XYZ10.969.176.66-
YUV86.47117.58150.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 74 (29.30% from 255) = 28.46%
BLUE value IS 68 (26.95% from 255) = 26.15%
R=45.38%
G=28.46%
B=26.15%

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
Decimal118746800.370.420.547.226.8836.47
Hex764A440252A3671b24
Octal166112104045526673344
Binary111011010010101000100010010110101011011011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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