#76453F

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

Shades of Bole #76453F

Tints of Bole #76453F

Color information

#76453F (or 0x76453F) is unknown color: approx Bole. HEX triplet: 76, 45 and 3F. RGB value is (118,69,63). Sum of RGB (Red+Green+Blue) = 118+69+63=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76453F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76453F is #89BAC0. Grayscale: #535353. Windows color (decimal): -9026241 or 4146550. OLE color: 4146550.

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

Color convert

RGB1186963-
CMYK00.420.470.54
HSL6.55º30.39%35.49%-
HSV(B)6.55º46.61%46.27%-
XYZ10.58.475.78-
YUV82.97116.73152.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 69 (27.34% from 255) = 27.6%
BLUE value IS 63 (25% from 255) = 25.2%
R=47.2%
G=27.6%
B=25.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118696300.420.470.546.5530.3935.49
Hex76453F02A2F3671e23
Octal16610577052576673643
Binary11101101000101111111010101010111111011011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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