#779996

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

Shades of Juniper #779996

Tints of Juniper #779996

Color information

#779996 (or 0x779996) is unknown color: approx Juniper. HEX triplet: 77, 99 and 96. RGB value is (119,153,150). Sum of RGB (Red+Green+Blue) = 119+153+150=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #779996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779996 is #886669. Grayscale: #8E8E8E. Windows color (decimal): -8939114 or 9869687. OLE color: 9869687.

HSL color Cylindrical-coordinate representation of color #779996: hue angle of 174.71º 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 #779996 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB119153150-
CMYK0.2200.020.4
HSL174.71º14.29%53.33%-
HSV(B)174.71º22.22%60%-
XYZ24.528.9133.14-
YUV142.49132.24111.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.20%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=28.20%
G=36.26%
B=35.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191531500.2200.020.4174.7114.2953.33
Hex779996160228afe35
Octal1672312262602502571665
Binary1110111100110011001011010110010101000101011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779996; }

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

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

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

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

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

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

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

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