#774830

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

Shades of Cape Palliser #774830

Tints of Cape Palliser #774830

Color information

#774830 (or 0x774830) is unknown color: approx Cape Palliser. HEX triplet: 77, 48 and 30. RGB value is (119,72,48). Sum of RGB (Red+Green+Blue) = 119+72+48=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #774830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774830 is #88B7CF. Grayscale: #535353. Windows color (decimal): -8959952 or 3164279. OLE color: 3164279.

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

Color convert

RGB1197248-
CMYK00.390.600.53
HSL20.28º42.51%32.75%-
HSV(B)20.28º59.66%46.67%-
XYZ10.468.773.94-
YUV83.32108.07153.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 48 (19.14% from 255) = 20.08%
R=49.79%
G=30.13%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119724800.390.600.5320.2842.5132.75
Hex7748300273C35142b21
Octal167110600477465245341
Binary11101111001000110000010011111110011010110100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774830; }

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

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

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

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

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

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

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

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