#779791

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

Shades of Juniper #779791

Tints of Juniper #779791

Color information

#779791 (or 0x779791) is unknown color: approx Juniper. HEX triplet: 77, 97 and 91. RGB value is (119,151,145). Sum of RGB (Red+Green+Blue) = 119+151+145=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 151 - color contains mainly: green. Hex color #779791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779791 is #88686E. Grayscale: #8C8C8C. Windows color (decimal): -8939631 or 9541495. OLE color: 9541495.

HSL color Cylindrical-coordinate representation of color #779791: hue angle of 168.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 #779791 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB119151145-
CMYK0.2100.040.41
HSL168.75º13.33%52.94%-
HSV(B)168.75º21.19%59.22%-
XYZ23.7928.130.96-
YUV140.75130.4112.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.67%
GREEN value IS 151 (59.38% from 255) = 36.39%
BLUE value IS 145 (57.03% from 255) = 34.94%
R=28.67%
G=36.39%
B=34.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191511450.2100.040.41168.7513.3352.94
Hex779791150429a9d35
Octal1672272212504512511565
Binary11101111001011110010001101010100101001101010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779791; }

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

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

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

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

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

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

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

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