#76443D

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

Shades of Bole #76443D

Tints of Bole #76443D

Color information

#76443D (or 0x76443D) is unknown color: approx Bole. HEX triplet: 76, 44 and 3D. RGB value is (118,68,61). Sum of RGB (Red+Green+Blue) = 118+68+61=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76443D is #89BBC2. Grayscale: #525252. Windows color (decimal): -9026499 or 4015222. OLE color: 4015222.

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

Color convert

RGB1186861-
CMYK00.420.480.54
HSL7.37º31.84%35.1%-
HSV(B)7.37º48.31%46.27%-
XYZ10.388.325.47-
YUV82.15116.06153.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=47.77%
G=27.53%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118686100.420.480.547.3731.8435.1
Hex76443D02A303672023
Octal16610475052606674043
Binary111011010001001111010101010110000110110111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76443D; }

 p { color: rgb(118,68,61); }

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

<style>
 a { background-color: #76443D; }

 a { background-color: rgb(118,68,61); }

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

<style>
 span { border-color: #76443D; }

 span { border-color: rgb(118,68,61); }

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