#779868

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

Shades of Amulet #779868

Tints of Amulet #779868

Color information

#779868 (or 0x779868) is unknown color: approx Amulet. HEX triplet: 77, 98 and 68. RGB value is (119,152,104). Sum of RGB (Red+Green+Blue) = 119+152+104=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #779868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779868 is #886797. Grayscale: #888888. Windows color (decimal): -8939416 or 6854775. OLE color: 6854775.

HSL color Cylindrical-coordinate representation of color #779868: hue angle of 101.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #779868 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB119152104-
CMYK0.2200.320.40
HSL101.25º18.9%50.2%-
HSV(B)101.25º31.58%59.61%-
XYZ21.3327.3817.26-
YUV136.66109.57115.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.73%
GREEN value IS 152 (59.77% from 255) = 40.53%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=31.73%
G=40.53%
B=27.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191521040.2200.320.40101.2518.950.2
Hex7798681602028651332
Octal16723015026040501452362
Binary1110111100110001101000101100100000101000110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779868; }

 p { color: rgb(119,152,104); }

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

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

 a { background-color: rgb(119,152,104); }

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

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

 span { border-color: rgb(119,152,104); }

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