#77482E

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

Shades of Cape Palliser #77482E

Tints of Cape Palliser #77482E

Color information

#77482E (or 0x77482E) is unknown color: approx Cape Palliser. HEX triplet: 77, 48 and 2E. RGB value is (119,72,46). Sum of RGB (Red+Green+Blue) = 119+72+46=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #77482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77482E is #88B7D1. Grayscale: #535353. Windows color (decimal): -8959954 or 3033207. OLE color: 3033207.

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

Color convert

RGB1197246-
CMYK00.390.610.53
HSL21.37º44.24%32.35%-
HSV(B)21.37º61.34%46.67%-
XYZ10.428.753.73-
YUV83.09107.07153.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 46 (18.36% from 255) = 19.41%
R=50.21%
G=30.38%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119724600.390.610.5321.3744.2432.35
Hex77482E0273D35152c20
Octal167110560477565255440
Binary11101111001000101110010011111110111010110101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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