#77482C

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

Shades of Cape Palliser #77482C

Tints of Cape Palliser #77482C

Color information

#77482C (or 0x77482C) is unknown color: approx Cape Palliser. HEX triplet: 77, 48 and 2C. RGB value is (119,72,44). Sum of RGB (Red+Green+Blue) = 119+72+44=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77482C is #88B7D3. Grayscale: #535353. Windows color (decimal): -8959956 or 2902135. OLE color: 2902135.

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

Color convert

RGB1197244-
CMYK00.390.630.53
HSL22.4º46.01%31.96%-
HSV(B)22.4º63.03%46.67%-
XYZ10.388.743.52-
YUV82.86106.07153.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.64%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 44 (17.58% from 255) = 18.72%
R=50.64%
G=30.64%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119724400.390.630.5322.446.0131.96
Hex77482C0273F35162e20
Octal167110540477765265640
Binary11101111001000101100010011111111111010110110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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