#764241

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

Shades of Bole #764241

Tints of Bole #764241

Color information

#764241 (or 0x764241) is unknown color: approx Bole. HEX triplet: 76, 42 and 41. RGB value is (118,66,65). Sum of RGB (Red+Green+Blue) = 118+66+65=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #764241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764241 is #89BDBE. Grayscale: #515151. Windows color (decimal): -9027007 or 4276854. OLE color: 4276854.

HSL color Cylindrical-coordinate representation of color #764241: hue angle of 1.13º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #764241 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1186665-
CMYK00.440.450.54
HSL1.13º28.96%35.88%-
HSV(B)1.13º44.92%46.27%-
XYZ10.378.136.02-
YUV81.43118.73154.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 65 (25.78% from 255) = 26.10%
R=47.39%
G=26.51%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118666500.440.450.541.1328.9635.88
Hex76424102C2D3611d24
Octal166102101054556613544
Binary1110110100001010000010101100101101110110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764241; }

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

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

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

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

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

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

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

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