#779699

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

Shades of Juniper #779699

Tints of Juniper #779699

Color information

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

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

Color convert

RGB119150153-
CMYK0.220.0200.4
HSL185.29º14.29%53.33%-
HSV(B)185.29º22.22%60%-
XYZ24.2628.0334.27-
YUV141.07134.73112.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191501530.220.0200.4185.2914.2953.33
Hex779699162028b9e35
Octal1672262312620502711665
Binary1110111100101101001100110110100101000101110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779699; }

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

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

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

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

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

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

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

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