#76423B

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

Shades of Bole #76423B

Tints of Bole #76423B

Color information

#76423B (or 0x76423B) is unknown color: approx Bole. HEX triplet: 76, 42 and 3B. RGB value is (118,66,59). Sum of RGB (Red+Green+Blue) = 118+66+59=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76423B is #89BDC4. Grayscale: #505050. Windows color (decimal): -9027013 or 3883638. OLE color: 3883638.

HSL color Cylindrical-coordinate representation of color #76423B: hue angle of 7.12º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76423B is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1186659-
CMYK00.440.500.54
HSL7.12º33.33%34.71%-
HSV(B)7.12º50%46.27%-
XYZ10.218.065.16-
YUV80.75115.73154.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 59 (23.44% from 255) = 24.28%
R=48.56%
G=27.16%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118665900.440.500.547.1233.3334.71
Hex76423B02C323672123
Octal16610273054626674143
Binary111011010000101110110101100110010110110111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76423B; }

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

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

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

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

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

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

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

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