#774D34

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

Shades of Cape Palliser #774D34

Tints of Cape Palliser #774D34

Color information

#774D34 (or 0x774D34) is unknown color: approx Cape Palliser. HEX triplet: 77, 4D and 34. RGB value is (119,77,52). Sum of RGB (Red+Green+Blue) = 119+77+52=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #774D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D34 is #88B2CB. Grayscale: #565656. Windows color (decimal): -8958668 or 3427703. OLE color: 3427703.

HSL color Cylindrical-coordinate representation of color #774D34: hue angle of 22.39º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774D34 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1197752-
CMYK00.350.560.53
HSL22.39º39.18%33.53%-
HSV(B)22.39º56.3%46.67%-
XYZ10.889.484.5-
YUV86.71108.41151.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.98%
GREEN value IS 77 (30.47% from 255) = 31.05%
BLUE value IS 52 (20.70% from 255) = 20.97%
R=47.98%
G=31.05%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119775200.350.560.5322.3939.1833.53
Hex774D340233835162722
Octal167115640437065264742
Binary11101111001101110100010001111100011010110110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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