#779E98

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

Shades of Juniper #779E98

Tints of Juniper #779E98

Color information

#779E98 (or 0x779E98) is unknown color: approx Juniper. HEX triplet: 77, 9E and 98. RGB value is (119,158,152). Sum of RGB (Red+Green+Blue) = 119+158+152=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 158 - color contains mainly: green. Hex color #779E98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779E98 is #886167. Grayscale: #919191. Windows color (decimal): -8937832 or 10002039. OLE color: 10002039.

HSL color Cylindrical-coordinate representation of color #779E98: hue angle of 170.77º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779E98 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB119158152-
CMYK0.2500.040.38
HSL170.77º16.74%54.31%-
HSV(B)170.77º24.68%61.96%-
XYZ25.530.6434.28-
YUV145.66131.58108.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.74%
GREEN value IS 158 (62.11% from 255) = 36.83%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=27.74%
G=36.83%
B=35.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191581520.2500.040.38170.7716.7454.31
Hex779E98190426ab1136
Octal1672362303104462532166
Binary111011110011110100110001100101001001101010101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,158,152); }

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

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

 a { background-color: rgb(119,158,152); }

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

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

 span { border-color: rgb(119,158,152); }

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