#76482C

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

Shades of Cape Palliser #76482C

Tints of Cape Palliser #76482C

Color information

#76482C (or 0x76482C) is unknown color: approx Cape Palliser. HEX triplet: 76, 48 and 2C. RGB value is (118,72,44). Sum of RGB (Red+Green+Blue) = 118+72+44=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76482C is #89B7D3. Grayscale: #525252. Windows color (decimal): -9025492 or 2902134. OLE color: 2902134.

HSL color Cylindrical-coordinate representation of color #76482C: hue angle of 22.7º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76482C is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1187244-
CMYK00.390.630.54
HSL22.7º45.68%31.76%-
HSV(B)22.7º62.71%46.27%-
XYZ10.248.673.52-
YUV82.56106.24153.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 72 (28.52% from 255) = 30.77%
BLUE value IS 44 (17.58% from 255) = 18.80%
R=50.43%
G=30.77%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118724400.390.630.5422.745.6831.76
Hex76482C0273F36172e20
Octal166110540477766275640
Binary11101101001000101100010011111111111011010111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,72,44); }

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

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

 a { background-color: rgb(118,72,44); }

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

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

 span { border-color: rgb(118,72,44); }

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