#779595

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

Shades of Juniper #779595

Tints of Juniper #779595

Color information

#779595 (or 0x779595) is unknown color: approx Juniper. HEX triplet: 77, 95 and 95. RGB value is (119,149,149). Sum of RGB (Red+Green+Blue) = 119+149+149=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #779595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779595 is #886A6A. Grayscale: #8C8C8C. Windows color (decimal): -8940139 or 9803127. OLE color: 9803127.

HSL color Cylindrical-coordinate representation of color #779595: hue angle of 180º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #779595 is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB119149149-
CMYK0.20000.42
HSL180º12.4%52.55%-
HSV(B)180º20.13%58.43%-
XYZ23.7827.5932.51-
YUV140.03133.06113-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.54%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=28.54%
G=35.73%
B=35.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191491490.20000.4218012.452.55
Hex77959514002Ab4c35
Octal1672252252400522641465
Binary111011110010101100101011010000101010101101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779595; }

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

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

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

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

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

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

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

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