#779491

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

Shades of Juniper #779491

Tints of Juniper #779491

Color information

#779491 (or 0x779491) is unknown color: approx Juniper. HEX triplet: 77, 94 and 91. RGB value is (119,148,145). Sum of RGB (Red+Green+Blue) = 119+148+145=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 148 - color contains mainly: green. Hex color #779491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779491 is #886B6E. Grayscale: #8A8A8A. Windows color (decimal): -8940399 or 9540727. OLE color: 9540727.

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

Color convert

RGB119148145-
CMYK0.2000.020.42
HSL173.79º11.93%52.35%-
HSV(B)173.79º19.59%58.04%-
XYZ23.3127.1530.8-
YUV138.99131.39113.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.88%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 145 (57.03% from 255) = 35.19%
R=28.88%
G=35.92%
B=35.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191481450.2000.020.42173.7911.9352.35
Hex77949114022Aaec34
Octal1672242212402522561464
Binary1110111100101001001000110100010101010101011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779491; }

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

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

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

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

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

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

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

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