#774C32

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

Shades of Cape Palliser #774C32

Tints of Cape Palliser #774C32

Color information

#774C32 (or 0x774C32) is unknown color: approx Cape Palliser. HEX triplet: 77, 4C and 32. RGB value is (119,76,50). Sum of RGB (Red+Green+Blue) = 119+76+50=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #774C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C32 is #88B3CD. Grayscale: #565656. Windows color (decimal): -8958926 or 3296375. OLE color: 3296375.

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

Color convert

RGB1197650-
CMYK00.360.580.53
HSL22.61º40.83%33.14%-
HSV(B)22.61º57.98%46.67%-
XYZ10.779.324.25-
YUV85.89107.75151.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 76 (30.08% from 255) = 31.02%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=48.57%
G=31.02%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119765000.360.580.5322.6140.8333.14
Hex774C320243A35172921
Octal167114620447265275141
Binary11101111001100110010010010011101011010110111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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