#779190

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

Shades of Juniper #779190

Tints of Juniper #779190

Color information

#779190 (or 0x779190) is unknown color: approx Juniper. HEX triplet: 77, 91 and 90. RGB value is (119,145,144). Sum of RGB (Red+Green+Blue) = 119+145+144=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 145 - color contains mainly: green. Hex color #779190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779190 is #886E6F. Grayscale: #898989. Windows color (decimal): -8941168 or 9474423. OLE color: 9474423.

HSL color Cylindrical-coordinate representation of color #779190: hue angle of 177.69º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #779190 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB119145144-
CMYK0.1800.010.43
HSL177.69º10.57%51.76%-
HSV(B)177.69º17.93%56.86%-
XYZ22.7726.1930.24-
YUV137.11131.89115.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.17%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 144 (56.64% from 255) = 35.29%
R=29.17%
G=35.54%
B=35.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191451440.1800.010.43177.6910.5751.76
Hex77919012012Bb2b34
Octal1672212202201532621364
Binary111011110010001100100001001001101011101100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779190; }

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

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

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

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

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

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

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

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