#77462F

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

Shades of Cape Palliser #77462F

Tints of Cape Palliser #77462F

Color information

#77462F (or 0x77462F) is unknown color: approx Cape Palliser. HEX triplet: 77, 46 and 2F. RGB value is (119,70,47). Sum of RGB (Red+Green+Blue) = 119+70+47=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #77462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77462F is #88B9D0. Grayscale: #525252. Windows color (decimal): -8960465 or 3098231. OLE color: 3098231.

HSL color Cylindrical-coordinate representation of color #77462F: hue angle of 19.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77462F is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1197047-
CMYK00.410.610.53
HSL19.17º43.37%32.55%-
HSV(B)19.17º60.5%46.67%-
XYZ10.318.513.79-
YUV82.03108.23154.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.42%
GREEN value IS 70 (27.73% from 255) = 29.66%
BLUE value IS 47 (18.75% from 255) = 19.92%
R=50.42%
G=29.66%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119704700.410.610.5319.1743.3732.55
Hex77462F0293D35132b21
Octal167106570517565235341
Binary11101111000110101111010100111110111010110011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77462F; }

 p { color: rgb(119,70,47); }

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

<style>
 a { background-color: #77462F; }

 a { background-color: rgb(119,70,47); }

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

<style>
 span { border-color: #77462F; }

 span { border-color: rgb(119,70,47); }

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