#76463F

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

Shades of Bole #76463F

Tints of Bole #76463F

Color information

#76463F (or 0x76463F) is unknown color: approx Bole. HEX triplet: 76, 46 and 3F. RGB value is (118,70,63). Sum of RGB (Red+Green+Blue) = 118+70+63=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76463F is #89B9C0. Grayscale: #535353. Windows color (decimal): -9025985 or 4146806. OLE color: 4146806.

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

Color convert

RGB1187063-
CMYK00.410.470.54
HSL7.64º30.39%35.49%-
HSV(B)7.64º46.61%46.27%-
XYZ10.568.595.8-
YUV83.55116.4152.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 70 (27.73% from 255) = 27.89%
BLUE value IS 63 (25% from 255) = 25.10%
R=47.01%
G=27.89%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118706300.410.470.547.6430.3935.49
Hex76463F0292F3681e23
Octal166106770515766103643
Binary111011010001101111110101001101111110110100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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