#76413E

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

Shades of Bole #76413E

Tints of Bole #76413E

Color information

#76413E (or 0x76413E) is unknown color: approx Bole. HEX triplet: 76, 41 and 3E. RGB value is (118,65,62). Sum of RGB (Red+Green+Blue) = 118+65+62=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76413E is #89BEC1. Grayscale: #505050. Windows color (decimal): -9027266 or 4079990. OLE color: 4079990.

HSL color Cylindrical-coordinate representation of color #76413E: hue angle of 3.21º 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 #76413E is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1186562-
CMYK00.450.470.54
HSL3.21º31.11%35.29%-
HSV(B)3.21º47.46%46.27%-
XYZ10.237.985.56-
YUV80.5117.56154.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=48.16%
G=26.53%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118656200.450.470.543.2131.1135.29
Hex76413E02D2F3631f23
Octal16610176055576633743
Binary1110110100000111111001011011011111101101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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