#779796

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

Shades of Juniper #779796

Tints of Juniper #779796

Color information

#779796 (or 0x779796) is unknown color: approx Juniper. HEX triplet: 77, 97 and 96. RGB value is (119,151,150). Sum of RGB (Red+Green+Blue) = 119+151+150=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 151 - color contains mainly: green. Hex color #779796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779796 is #886869. Grayscale: #8D8D8D. Windows color (decimal): -8939626 or 9869175. OLE color: 9869175.

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

Color convert

RGB119151150-
CMYK0.2100.010.41
HSL178.12º13.33%52.94%-
HSV(B)178.12º21.19%59.22%-
XYZ24.1828.2633.03-
YUV141.32132.9112.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.33%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=28.33%
G=35.95%
B=35.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191511500.2100.010.41178.1213.3352.94
Hex779796150129b2d35
Octal1672272262501512621565
Binary111011110010111100101101010101101001101100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779796; }

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

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

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

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

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

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

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

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