#774A27

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

Shades of Cape Palliser #774A27

Tints of Cape Palliser #774A27

Color information

#774A27 (or 0x774A27) is unknown color: approx Cape Palliser. HEX triplet: 77, 4A and 27. RGB value is (119,74,39). Sum of RGB (Red+Green+Blue) = 119+74+39=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #774A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A27 is #88B5D8. Grayscale: #535353. Windows color (decimal): -8959449 or 2574967. OLE color: 2574967.

HSL color Cylindrical-coordinate representation of color #774A27: hue angle of 26.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #774A27 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1197439-
CMYK00.380.670.53
HSL26.25º50.63%30.98%-
HSV(B)26.25º67.23%46.67%-
XYZ10.428.973.1-
YUV83.46102.91153.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.29%
GREEN value IS 74 (29.30% from 255) = 31.90%
BLUE value IS 39 (15.62% from 255) = 16.81%
R=51.29%
G=31.90%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119743900.380.670.5326.2550.6330.98
Hex774A2702643351a331f
Octal1671124704610365326337
Binary11101111001010100111010011010000111101011101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774A27; }

 p { color: rgb(119,74,39); }

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

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

 a { background-color: rgb(119,74,39); }

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

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

 span { border-color: rgb(119,74,39); }

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