#774C2C

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

Shades of Cape Palliser #774C2C

Tints of Cape Palliser #774C2C

Color information

#774C2C (or 0x774C2C) is unknown color: approx Cape Palliser. HEX triplet: 77, 4C and 2C. RGB value is (119,76,44). Sum of RGB (Red+Green+Blue) = 119+76+44=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #774C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C2C is #88B3D3. Grayscale: #555555. Windows color (decimal): -8958932 or 2903159. OLE color: 2903159.

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

Color convert

RGB1197644-
CMYK00.360.630.53
HSL25.6º46.01%31.96%-
HSV(B)25.6º63.03%46.67%-
XYZ10.659.273.61-
YUV85.21104.75152.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 76 (30.08% from 255) = 31.80%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=49.79%
G=31.80%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119764400.360.630.5325.646.0131.96
Hex774C2C0243F351a2e20
Octal167114540447765325640
Binary11101111001100101100010010011111111010111010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,76,44); }

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

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

 a { background-color: rgb(119,76,44); }

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

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

 span { border-color: rgb(119,76,44); }

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