Html Css Color HEX #779E9A Juniper

📋 copy color: '#779E9A'

red 119 ◦ green 158 ◦ blue 154

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

Shades of Juniper #779E9A

Tints of Juniper #779E9A

RGB

 RED value IS 119 (46.88% from 255) = 27.61%

 GREEN value IS 158 (62.11% from 255) = 36.66%

 BLUE value IS 154 (60.55% from 255) = 35.73%

R = 27.61%
G = 36.66%
B = 35.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#779E9A (or 0x779E9A) is known color: Juniper. HEX triplet: 77, 9E and 9A. RGB value is (119,158,154). Sum of RGB (Red+Green+Blue) = 119+158+154=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 158 - color contains mainly: green. Hex color #779E9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779E9A is #886165. Grayscale: #919191. Windows color (decimal): -8937830 or 10133111. OLE color: 10133111.

HSL color Cylindrical-coordinate representation of color #779E9A: hue angle of 173.85º 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 #779E9A is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 158 154 -
CMYK 0.25 0 0.03 0.38
HSL 173.85º 0.17% 0.54% -
HSV(B) 173.85º 0.25% 0.62% -
XYZ 25.67 30.71 35.15 -
YUV 145.88 132.58 108.83 -
System Red Green Blue C M Y K H S L
Decimal 119 158 154 0.25 0 0.03 0.38 173.85 0.17 0.54
Hex 77 9E 9A 19 0 3 26 AE 11 36
Octal 167 236 232 31 0 3 46 256 21 66
Binary 1110111 10011110 10011010 11001 0 11 100110 10101110 10001 110110

Color Harmonies of #779E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779E9A

Black with #779E9A

Text Example


Text Example

White with #779E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #779E9A;
 }
 .AnyTagClassName
 {
   color: #779E9A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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