#779B98

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

Shades of Juniper #779B98

Tints of Juniper #779B98

Color information

#779B98 (or 0x779B98) is unknown color: approx Juniper. HEX triplet: 77, 9B and 98. RGB value is (119,155,152). Sum of RGB (Red+Green+Blue) = 119+155+152=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 155 - color contains mainly: green. Hex color #779B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779B98 is #886467. Grayscale: #8F8F8F. Windows color (decimal): -8938600 or 10001271. OLE color: 10001271.

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

Color convert

RGB119155152-
CMYK0.2300.020.39
HSL175º15.25%53.73%-
HSV(B)175º23.23%60.78%-
XYZ2529.6334.11-
YUV143.89132.57110.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.93%
GREEN value IS 155 (60.94% from 255) = 36.38%
BLUE value IS 152 (59.77% from 255) = 35.68%
R=27.93%
G=36.38%
B=35.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191551520.2300.020.3917515.2553.73
Hex779B98170227aff36
Octal1672332302702472571766
Binary1110111100110111001100010111010100111101011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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