#76453C

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

Shades of Bole #76453C

Tints of Bole #76453C

Color information

#76453C (or 0x76453C) is unknown color: approx Bole. HEX triplet: 76, 45 and 3C. RGB value is (118,69,60). Sum of RGB (Red+Green+Blue) = 118+69+60=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76453C is #89BAC3. Grayscale: #525252. Windows color (decimal): -9026244 or 3949942. OLE color: 3949942.

HSL color Cylindrical-coordinate representation of color #76453C: hue angle of 9.31º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76453C is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1186960-
CMYK00.420.490.54
HSL9.31º32.58%34.9%-
HSV(B)9.31º49.15%46.27%-
XYZ10.418.435.35-
YUV82.62115.23153.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=47.77%
G=27.94%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118696000.420.490.549.3132.5834.9
Hex76453C02A313692123
Octal166105740526166114143
Binary1110110100010111110001010101100011101101001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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