#779590

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

Shades of Juniper #779590

Tints of Juniper #779590

Color information

#779590 (or 0x779590) is unknown color: approx Juniper. HEX triplet: 77, 95 and 90. RGB value is (119,149,144). Sum of RGB (Red+Green+Blue) = 119+149+144=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 149 - color contains mainly: green. Hex color #779590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779590 is #886A6F. Grayscale: #8B8B8B. Windows color (decimal): -8940144 or 9475447. OLE color: 9475447.

HSL color Cylindrical-coordinate representation of color #779590: hue angle of 170º 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 #779590 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB119149144-
CMYK0.2000.030.42
HSL170º12.4%52.55%-
HSV(B)170º20.13%58.43%-
XYZ23.3927.4330.45-
YUV139.46130.56113.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.88%
GREEN value IS 149 (58.59% from 255) = 36.17%
BLUE value IS 144 (56.64% from 255) = 34.95%
R=28.88%
G=36.17%
B=34.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191491440.2000.030.4217012.452.55
Hex77959014032Aaac35
Octal1672252202403522521465
Binary1110111100101011001000010100011101010101010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779590; }

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

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

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

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

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

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

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

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