Html Css Color HEX #779E98 Juniper

📋 copy color: '#779E98'

red 119 ◦ green 158 ◦ blue 152

#779E98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Juniper #779E98

Tints of Juniper #779E98

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 value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#779E98 (or 0x779E98) is known color: 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

RGB 119 158 152 -
CMYK 0.25 0 0.04 0.38
HSL 170.77º 0.17% 0.54% -
HSV(B) 170.77º 0.25% 0.62% -
XYZ 25.5 30.64 34.28 -
YUV 145.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 119 158 152 0.25 0 0.04 0.38 170.77 0.17 0.54
Hex 77 9E 98 19 0 4 26 AB 11 36
Octal 167 236 230 31 0 4 46 253 21 66
Binary 1110111 10011110 10011000 11001 0 100 100110 10101011 10001 110110

Color Harmonies of #779E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779E98

Black with #779E98

Text Example


Text Example

White with #779E98

Text Example


Text Example

HTML Codes & Css Web 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>