#76403F

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

Shades of Bole #76403F

Tints of Bole #76403F

Color information

#76403F (or 0x76403F) is unknown color: approx Bole. HEX triplet: 76, 40 and 3F. RGB value is (118,64,63). Sum of RGB (Red+Green+Blue) = 118+64+63=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76403F is #89BFC0. Grayscale: #505050. Windows color (decimal): -9027521 or 4145270. OLE color: 4145270.

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

Color convert

RGB1186463-
CMYK00.460.470.54
HSL1.09º30.39%35.49%-
HSV(B)1.09º46.61%46.27%-
XYZ10.27.885.69-
YUV80.03118.39155.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 63 (25% from 255) = 25.71%
R=48.16%
G=26.12%
B=25.71%

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
Decimal118646300.460.470.541.0930.3935.49
Hex76403F02E2F3611e23
Octal16610077056576613643
Binary111011010000001111110101110101111110110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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