#764140

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

Shades of Bole #764140

Tints of Bole #764140

Color information

#764140 (or 0x764140) is unknown color: approx Bole. HEX triplet: 76, 41 and 40. RGB value is (118,65,64). Sum of RGB (Red+Green+Blue) = 118+65+64=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #764140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764140 is #89BEBF. Grayscale: #505050. Windows color (decimal): -9027264 or 4211062. OLE color: 4211062.

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

Color convert

RGB1186564-
CMYK00.450.460.54
HSL1.11º29.67%35.69%-
HSV(B)1.11º45.76%46.27%-
XYZ10.2985.85-
YUV80.73118.56154.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 64 (25.39% from 255) = 25.91%
R=47.77%
G=26.32%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118656400.450.460.541.1129.6735.69
Hex76414002D2E3611e24
Octal166101100055566613644
Binary1110110100000110000000101101101110110110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764140; }

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

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

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

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

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

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

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

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