#76473F

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

Shades of Bole #76473F

Tints of Bole #76473F

Color information

#76473F (or 0x76473F) is unknown color: approx Bole. HEX triplet: 76, 47 and 3F. RGB value is (118,71,63). Sum of RGB (Red+Green+Blue) = 118+71+63=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #76473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76473F is #89B8C0. Grayscale: #545454. Windows color (decimal): -9025729 or 4147062. OLE color: 4147062.

HSL color Cylindrical-coordinate representation of color #76473F: hue angle of 8.73º degrees, saturation: 0.3, 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 #76473F is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1187163-
CMYK00.400.470.54
HSL8.73º30.39%35.49%-
HSV(B)8.73º46.61%46.27%-
XYZ10.628.725.83-
YUV84.14116.07152.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 71 (28.12% from 255) = 28.17%
BLUE value IS 63 (25% from 255) = 25%
R=46.83%
G=28.17%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118716300.400.470.548.7330.3935.49
Hex76473F0282F3691e23
Octal166107770505766113643
Binary111011010001111111110101000101111110110100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76473F; }

 p { color: rgb(118,71,63); }

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

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

 a { background-color: rgb(118,71,63); }

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

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

 span { border-color: rgb(118,71,63); }

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