#76403E

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

Shades of Bole #76403E

Tints of Bole #76403E

Color information

#76403E (or 0x76403E) is unknown color: approx Bole. HEX triplet: 76, 40 and 3E. RGB value is (118,64,62). Sum of RGB (Red+Green+Blue) = 118+64+62=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76403E is #89BFC1. Grayscale: #4F4F4F. Windows color (decimal): -9027522 or 4079734. OLE color: 4079734.

HSL color Cylindrical-coordinate representation of color #76403E: hue angle of 2.14º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76403E is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1186462-
CMYK00.460.470.54
HSL2.14º31.11%35.29%-
HSV(B)2.14º47.46%46.27%-
XYZ10.177.875.54-
YUV79.92117.89155.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=48.36%
G=26.23%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118646200.460.470.542.1431.1135.29
Hex76403E02E2F3621f23
Octal16610076056576623743
Binary1110110100000011111001011101011111101101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76403E; }

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

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

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

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

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

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

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

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