Html Css Color HEX #779A95 Juniper

📋 copy color: '#779A95'

red 119 ◦ green 154 ◦ blue 149

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

Shades of Juniper #779A95

Tints of Juniper #779A95

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.49%

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 28.2%
G = 36.49%
B = 35.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#779A95 (or 0x779A95) is known color: Juniper. HEX triplet: 77, 9A and 95. RGB value is (119,154,149). Sum of RGB (Red+Green+Blue) = 119+154+149=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 154 - color contains mainly: green. Hex color #779A95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779A95 is #88656A. Grayscale: #8E8E8E. Windows color (decimal): -8938859 or 9804407. OLE color: 9804407.

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

Color convert

RGB 119 154 149 -
CMYK 0.23 0 0.03 0.40
HSL 171.43º 0.15% 0.54% -
HSV(B) 171.43º 0.23% 0.6% -
XYZ 24.59 29.2 32.77 -
YUV 142.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 119 154 149 0.23 0 0.03 0.40 171.43 0.15 0.54
Hex 77 9A 95 17 0 3 28 AB F 36
Octal 167 232 225 27 0 3 50 253 17 66
Binary 1110111 10011010 10010101 10111 0 11 101000 10101011 1111 110110

Color Harmonies of #779A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779A95

Black with #779A95

Text Example


Text Example

White with #779A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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