#76423C

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

Shades of Bole #76423C

Tints of Bole #76423C

Color information

#76423C (or 0x76423C) is unknown color: approx Bole. HEX triplet: 76, 42 and 3C. RGB value is (118,66,60). Sum of RGB (Red+Green+Blue) = 118+66+60=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76423C is #89BDC3. Grayscale: #505050. Windows color (decimal): -9027012 or 3949174. OLE color: 3949174.

HSL color Cylindrical-coordinate representation of color #76423C: hue angle of 6.21º 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 #76423C is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1186660-
CMYK00.440.490.54
HSL6.21º32.58%34.9%-
HSV(B)6.21º49.15%46.27%-
XYZ10.248.075.29-
YUV80.86116.23154.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 60 (23.83% from 255) = 24.59%
R=48.36%
G=27.05%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118666000.440.490.546.2132.5834.9
Hex76423C02C313662123
Octal16610274054616664143
Binary111011010000101111000101100110001110110110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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