#774929

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

Shades of Cape Palliser #774929

Tints of Cape Palliser #774929

Color information

#774929 (or 0x774929) is unknown color: approx Cape Palliser. HEX triplet: 77, 49 and 29. RGB value is (119,73,41). Sum of RGB (Red+Green+Blue) = 119+73+41=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #774929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774929 is #88B6D6. Grayscale: #535353. Windows color (decimal): -8959703 or 2705783. OLE color: 2705783.

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

Color convert

RGB1197341-
CMYK00.390.660.53
HSL24.62º48.75%31.37%-
HSV(B)24.62º65.55%46.67%-
XYZ10.398.853.26-
YUV83.11104.24153.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 73 (28.91% from 255) = 31.33%
BLUE value IS 41 (16.41% from 255) = 17.60%
R=51.07%
G=31.33%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119734100.390.660.5324.6248.7531.37
Hex774929027423519311f
Octal1671115104710265316137
Binary11101111001001101001010011110000101101011100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774929; }

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

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

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

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

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

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

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

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