#779896

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

Shades of Juniper #779896

Tints of Juniper #779896

Color information

#779896 (or 0x779896) is unknown color: approx Juniper. HEX triplet: 77, 98 and 96. RGB value is (119,152,150). Sum of RGB (Red+Green+Blue) = 119+152+150=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 152 - color contains mainly: green. Hex color #779896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779896 is #886769. Grayscale: #8D8D8D. Windows color (decimal): -8939370 or 9869431. OLE color: 9869431.

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

Color convert

RGB119152150-
CMYK0.2200.010.40
HSL176.36º13.81%53.14%-
HSV(B)176.36º21.71%59.61%-
XYZ24.3428.5833.09-
YUV141.9132.57111.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.27%
GREEN value IS 152 (59.77% from 255) = 36.10%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=28.27%
G=36.10%
B=35.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191521500.2200.010.40176.3613.8153.14
Hex779896160128b0e35
Octal1672302262601502601665
Binary111011110011000100101101011001101000101100001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779896; }

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

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

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

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

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

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

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

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