#774932

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

Shades of Cape Palliser #774932

Tints of Cape Palliser #774932

Color information

#774932 (or 0x774932) is unknown color: approx Cape Palliser. HEX triplet: 77, 49 and 32. RGB value is (119,73,50). Sum of RGB (Red+Green+Blue) = 119+73+50=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #774932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774932 is #88B6CD. Grayscale: #545454. Windows color (decimal): -8959694 or 3295607. OLE color: 3295607.

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

Color convert

RGB1197350-
CMYK00.390.580.53
HSL20º40.83%33.14%-
HSV(B)20º57.98%46.67%-
XYZ10.578.924.18-
YUV84.13108.74152.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 50 (19.92% from 255) = 20.66%
R=49.17%
G=30.17%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119735000.390.580.532040.8333.14
Hex7749320273A35142921
Octal167111620477265245141
Binary11101111001001110010010011111101011010110100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774932; }

 p { color: rgb(119,73,50); }

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

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

 a { background-color: rgb(119,73,50); }

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

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

 span { border-color: rgb(119,73,50); }

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