#774930

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

Shades of Cape Palliser #774930

Tints of Cape Palliser #774930

Color information

#774930 (or 0x774930) is unknown color: approx Cape Palliser. HEX triplet: 77, 49 and 30. RGB value is (119,73,48). Sum of RGB (Red+Green+Blue) = 119+73+48=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #774930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774930 is #88B6CF. Grayscale: #545454. Windows color (decimal): -8959696 or 3164535. OLE color: 3164535.

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

Color convert

RGB1197348-
CMYK00.390.600.53
HSL21.13º42.51%32.75%-
HSV(B)21.13º59.66%46.67%-
XYZ10.528.93.96-
YUV83.9107.74153.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 48 (19.14% from 255) = 20%
R=49.58%
G=30.42%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119734800.390.600.5321.1342.5132.75
Hex7749300273C35152b21
Octal167111600477465255341
Binary11101111001001110000010011111110011010110101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774930; }

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

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

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

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

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

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

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

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