#779597

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

Shades of Juniper #779597

Tints of Juniper #779597

Color information

#779597 (or 0x779597) is unknown color: approx Juniper. HEX triplet: 77, 95 and 97. RGB value is (119,149,151). Sum of RGB (Red+Green+Blue) = 119+149+151=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 151 - color contains mainly: blue. Hex color #779597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779597 is #886A68. Grayscale: #8C8C8C. Windows color (decimal): -8940137 or 9934199. OLE color: 9934199.

HSL color Cylindrical-coordinate representation of color #779597: hue angle of 183.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #779597 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB119149151-
CMYK0.210.0100.41
HSL183.75º13.33%52.94%-
HSV(B)183.75º21.19%59.22%-
XYZ23.9427.6533.35-
YUV140.26134.06112.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.40%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 151 (59.38% from 255) = 36.04%
R=28.40%
G=35.56%
B=36.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191491510.210.0100.41183.7513.3352.94
Hex779597151029b8d35
Octal1672252272510512701565
Binary111011110010101100101111010110101001101110001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779597; }

 p { color: rgb(119,149,151); }

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

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

 a { background-color: rgb(119,149,151); }

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

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

 span { border-color: rgb(119,149,151); }

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