#764442

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

Shades of Bole #764442

Tints of Bole #764442

Color information

#764442 (or 0x764442) is unknown color: approx Bole. HEX triplet: 76, 44 and 42. RGB value is (118,68,66). Sum of RGB (Red+Green+Blue) = 118+68+66=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #764442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764442 is #89BBBD. Grayscale: #525252. Windows color (decimal): -9026494 or 4342902. OLE color: 4342902.

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

Color convert

RGB1186866-
CMYK00.420.440.54
HSL2.31º28.26%36.08%-
HSV(B)2.31º44.07%46.27%-
XYZ10.528.386.22-
YUV82.72118.56153.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=46.83%
G=26.98%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118686600.420.440.542.3128.2636.08
Hex76444202A2C3621c24
Octal166104102052546623444
Binary11101101000100100001001010101011001101101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764442; }

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

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

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

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

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

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

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

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