#76462E

Color #76462E Cape Palliser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Palliser #76462E

Tints of Cape Palliser #76462E

Color information

#76462E (or 0x76462E) is unknown color: approx Cape Palliser. HEX triplet: 76, 46 and 2E. RGB value is (118,70,46). Sum of RGB (Red+Green+Blue) = 118+70+46=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76462E is #89B9D1. Grayscale: #515151. Windows color (decimal): -9026002 or 3032694. OLE color: 3032694.

HSL color Cylindrical-coordinate representation of color #76462E: hue angle of 20º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76462E is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB1187046-
CMYK00.410.610.54
HSL20º43.9%32.16%-
HSV(B)20º61.02%46.27%-
XYZ10.158.433.68-
YUV81.62107.9153.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=50.43%
G=29.91%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118704600.410.610.542043.932.16
Hex76462E0293D36142c20
Octal166106560517566245440
Binary11101101000110101110010100111110111011010100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76462E; }

 p { color: rgb(118,70,46); }

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

<style>
 a { background-color: #76462E; }

 a { background-color: rgb(118,70,46); }

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

<style>
 span { border-color: #76462E; }

 span { border-color: rgb(118,70,46); }

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