#774C31

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

Shades of Cape Palliser #774C31

Tints of Cape Palliser #774C31

Color information

#774C31 (or 0x774C31) is unknown color: approx Cape Palliser. HEX triplet: 77, 4C and 31. RGB value is (119,76,49). Sum of RGB (Red+Green+Blue) = 119+76+49=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #774C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C31 is #88B3CE. Grayscale: #555555. Windows color (decimal): -8958927 or 3230839. OLE color: 3230839.

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

Color convert

RGB1197649-
CMYK00.360.590.53
HSL23.14º41.67%32.94%-
HSV(B)23.14º58.82%46.67%-
XYZ10.759.314.14-
YUV85.78107.25151.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 76 (30.08% from 255) = 31.15%
BLUE value IS 49 (19.53% from 255) = 20.08%
R=48.77%
G=31.15%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119764900.360.590.5323.1441.6732.94
Hex774C310243B35172a21
Octal167114610447365275241
Binary11101111001100110001010010011101111010110111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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