#774D32

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

Shades of Cape Palliser #774D32

Tints of Cape Palliser #774D32

Color information

#774D32 (or 0x774D32) is unknown color: approx Cape Palliser. HEX triplet: 77, 4D and 32. RGB value is (119,77,50). Sum of RGB (Red+Green+Blue) = 119+77+50=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #774D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D32 is #88B2CD. Grayscale: #565656. Windows color (decimal): -8958670 or 3296631. OLE color: 3296631.

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

Color convert

RGB1197750-
CMYK00.350.580.53
HSL23.48º40.83%33.14%-
HSV(B)23.48º57.98%46.67%-
XYZ10.849.464.27-
YUV86.48107.41151.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 77 (30.47% from 255) = 31.30%
BLUE value IS 50 (19.92% from 255) = 20.33%
R=48.37%
G=31.30%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119775000.350.580.5323.4840.8333.14
Hex774D320233A35172921
Octal167115620437265275141
Binary11101111001101110010010001111101011010110111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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