#779C96

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

Shades of Juniper #779C96

Tints of Juniper #779C96

Color information

#779C96 (or 0x779C96) is unknown color: approx Juniper. HEX triplet: 77, 9C and 96. RGB value is (119,156,150). Sum of RGB (Red+Green+Blue) = 119+156+150=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 156 - color contains mainly: green. Hex color #779C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779C96 is #886369. Grayscale: #909090. Windows color (decimal): -8938346 or 9870455. OLE color: 9870455.

HSL color Cylindrical-coordinate representation of color #779C96: hue angle of 170.27º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779C96 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB119156150-
CMYK0.2400.040.39
HSL170.27º15.74%53.92%-
HSV(B)170.27º23.72%61.18%-
XYZ2529.933.31-
YUV144.25131.24109.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28%
GREEN value IS 156 (61.33% from 255) = 36.71%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=28%
G=36.71%
B=35.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191561500.2400.040.39170.2715.7453.92
Hex779C96180427aa1036
Octal1672342263004472522066
Binary111011110011100100101101100001001001111010101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779C96; }

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

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

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

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

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

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

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

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