Html Css Color HEX #779F9B Juniper

📋 copy color: '#779F9B'

red 119 ◦ green 159 ◦ blue 155

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

Shades of Juniper #779F9B

Tints of Juniper #779F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.8%

R = 27.48%
G = 36.72%
B = 35.8%

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

#779F9B (or 0x779F9B) is known color: Juniper. HEX triplet: 77, 9F and 9B. RGB value is (119,159,155). Sum of RGB (Red+Green+Blue) = 119+159+155=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 159 - color contains mainly: green. Hex color #779F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779F9B is #886064. Grayscale: #929292. Windows color (decimal): -8937573 or 10198903. OLE color: 10198903.

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

Color convert

RGB 119 159 155 -
CMYK 0.25 0 0.03 0.38
HSL 174º 0.17% 0.55% -
HSV(B) 174º 0.25% 0.62% -
XYZ 25.92 31.08 35.64 -
YUV 146.58 132.75 108.33 -
System Red Green Blue C M Y K H S L
Decimal 119 159 155 0.25 0 0.03 0.38 174 0.17 0.55
Hex 77 9F 9B 19 0 3 26 AE 11 37
Octal 167 237 233 31 0 3 46 256 21 67
Binary 1110111 10011111 10011011 11001 0 11 100110 10101110 10001 110111

Color Harmonies of #779F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779F9B

Black with #779F9B

Text Example


Text Example

White with #779F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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