#774D2D

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

Shades of Cape Palliser #774D2D

Tints of Cape Palliser #774D2D

Color information

#774D2D (or 0x774D2D) is unknown color: approx Cape Palliser. HEX triplet: 77, 4D and 2D. RGB value is (119,77,45). Sum of RGB (Red+Green+Blue) = 119+77+45=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #774D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D2D is #88B2D2. Grayscale: #565656. Windows color (decimal): -8958675 or 2968951. OLE color: 2968951.

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

Color convert

RGB1197745-
CMYK00.350.620.53
HSL25.95º45.12%32.16%-
HSV(B)25.95º62.18%46.67%-
XYZ10.749.423.73-
YUV85.91104.91151.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 77 (30.47% from 255) = 31.95%
BLUE value IS 45 (17.97% from 255) = 18.67%
R=49.38%
G=31.95%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119774500.350.620.5325.9545.1232.16
Hex774D2D0233E351a2d20
Octal167115550437665325540
Binary11101111001101101101010001111111011010111010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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