Html Css Color HEX #779F9C Juniper

📋 copy color: '#779F9C'

red 119 ◦ green 159 ◦ blue 156

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

Shades of Juniper #779F9C

Tints of Juniper #779F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.94%

R = 27.42%
G = 36.64%
B = 35.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#779F9C (or 0x779F9C) is known color: Juniper. HEX triplet: 77, 9F and 9C. RGB value is (119,159,156). Sum of RGB (Red+Green+Blue) = 119+159+156=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 159 - color contains mainly: green. Hex color #779F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779F9C is #886063. Grayscale: #929292. Windows color (decimal): -8937572 or 10264439. OLE color: 10264439.

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

Color convert

RGB 119 159 156 -
CMYK 0.25 0 0.02 0.38
HSL 175.5º 0.17% 0.55% -
HSV(B) 175.5º 0.25% 0.62% -
XYZ 26.01 31.12 36.09 -
YUV 146.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 119 159 156 0.25 0 0.02 0.38 175.5 0.17 0.55
Hex 77 9F 9C 19 0 2 26 B0 11 37
Octal 167 237 234 31 0 2 46 260 21 67
Binary 1110111 10011111 10011100 11001 0 10 100110 10110000 10001 110111

Color Harmonies of #779F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779F9C

Black with #779F9C

Text Example


Text Example

White with #779F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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