#77482D

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

Shades of Cape Palliser #77482D

Tints of Cape Palliser #77482D

Color information

#77482D (or 0x77482D) is unknown color: approx Cape Palliser. HEX triplet: 77, 48 and 2D. RGB value is (119,72,45). Sum of RGB (Red+Green+Blue) = 119+72+45=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #77482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77482D is #88B7D2. Grayscale: #535353. Windows color (decimal): -8959955 or 2967671. OLE color: 2967671.

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

Color convert

RGB1197245-
CMYK00.390.620.53
HSL21.89º45.12%32.16%-
HSV(B)21.89º62.18%46.67%-
XYZ10.48.753.62-
YUV82.98106.57153.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.42%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 45 (17.97% from 255) = 19.07%
R=50.42%
G=30.51%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119724500.390.620.5321.8945.1232.16
Hex77482D0273E35162d20
Octal167110550477665265540
Binary11101111001000101101010011111111011010110110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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