#774C2F

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

Shades of Cape Palliser #774C2F

Tints of Cape Palliser #774C2F

Color information

#774C2F (or 0x774C2F) is unknown color: approx Cape Palliser. HEX triplet: 77, 4C and 2F. RGB value is (119,76,47). Sum of RGB (Red+Green+Blue) = 119+76+47=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #774C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C2F is #88B3D0. Grayscale: #555555. Windows color (decimal): -8958929 or 3099767. OLE color: 3099767.

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

Color convert

RGB1197647-
CMYK00.360.610.53
HSL24.17º43.37%32.55%-
HSV(B)24.17º60.5%46.67%-
XYZ10.719.33.92-
YUV85.55106.25151.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 76 (30.08% from 255) = 31.40%
BLUE value IS 47 (18.75% from 255) = 19.42%
R=49.17%
G=31.40%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119764700.360.610.5324.1743.3732.55
Hex774C2F0243D35182b21
Octal167114570447565305341
Binary11101111001100101111010010011110111010111000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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