#774A2F

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

Shades of Cape Palliser #774A2F

Tints of Cape Palliser #774A2F

Color information

#774A2F (or 0x774A2F) is unknown color: approx Cape Palliser. HEX triplet: 77, 4A and 2F. RGB value is (119,74,47). Sum of RGB (Red+Green+Blue) = 119+74+47=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #774A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A2F is #88B5D0. Grayscale: #545454. Windows color (decimal): -8959441 or 3099255. OLE color: 3099255.

HSL color Cylindrical-coordinate representation of color #774A2F: hue angle of 22.5º 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 #774A2F is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1197447-
CMYK00.380.610.53
HSL22.5º43.37%32.55%-
HSV(B)22.5º60.5%46.67%-
XYZ10.579.023.87-
YUV84.38106.91152.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 74 (29.30% from 255) = 30.83%
BLUE value IS 47 (18.75% from 255) = 19.58%
R=49.58%
G=30.83%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119744700.380.610.5322.543.3732.55
Hex774A2F0263D35172b21
Octal167112570467565275341
Binary11101111001010101111010011011110111010110111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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