Html Css Color HEX #779F9A Juniper

📋 copy color: '#779F9A'

red 119 ◦ green 159 ◦ blue 154

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

Shades of Juniper #779F9A

Tints of Juniper #779F9A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.81%

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

R = 27.55%
G = 36.81%
B = 35.65%

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

#779F9A (or 0x779F9A) is known color: Juniper. HEX triplet: 77, 9F and 9A. RGB value is (119,159,154). Sum of RGB (Red+Green+Blue) = 119+159+154=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 159 - color contains mainly: green. Hex color #779F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779F9A is #886065. Grayscale: #929292. Windows color (decimal): -8937574 or 10133367. OLE color: 10133367.

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

Color convert

RGB 119 159 154 -
CMYK 0.25 0 0.03 0.38
HSL 172.5º 0.17% 0.55% -
HSV(B) 172.5º 0.25% 0.62% -
XYZ 25.84 31.05 35.2 -
YUV 146.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 119 159 154 0.25 0 0.03 0.38 172.5 0.17 0.55
Hex 77 9F 9A 19 0 3 26 AC 11 37
Octal 167 237 232 31 0 3 46 254 21 67
Binary 1110111 10011111 10011010 11001 0 11 100110 10101100 10001 110111

Color Harmonies of #779F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779F9A

Black with #779F9A

Text Example


Text Example

White with #779F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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