#774832

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

Shades of Cape Palliser #774832

Tints of Cape Palliser #774832

Color information

#774832 (or 0x774832) is unknown color: approx Cape Palliser. HEX triplet: 77, 48 and 32. RGB value is (119,72,50). Sum of RGB (Red+Green+Blue) = 119+72+50=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #774832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774832 is #88B7CD. Grayscale: #535353. Windows color (decimal): -8959950 or 3295351. OLE color: 3295351.

HSL color Cylindrical-coordinate representation of color #774832: hue angle of 19.13º 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 #774832 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1197250-
CMYK00.390.580.53
HSL19.13º40.83%33.14%-
HSV(B)19.13º57.98%46.67%-
XYZ10.58.794.16-
YUV83.54109.07153.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=49.38%
G=29.88%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119725000.390.580.5319.1340.8333.14
Hex7748320273A35132921
Octal167110620477265235141
Binary11101111001000110010010011111101011010110011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774832; }

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

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

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

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

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

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

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

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