Html Css Color HEX #779599 Juniper

📋 copy color: '#779599'

red 119 ◦ green 149 ◦ blue 153

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

Shades of Juniper #779599

Tints of Juniper #779599

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.39%

 BLUE value IS 153 (60.16% from 255) = 36.34%

R = 28.27%
G = 35.39%
B = 36.34%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#779599 (or 0x779599) is known color: Juniper. HEX triplet: 77, 95 and 99. RGB value is (119,149,153). Sum of RGB (Red+Green+Blue) = 119+149+153=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: blue. Hex color #779599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779599 is #886A66. Grayscale: #8C8C8C. Windows color (decimal): -8940135 or 10065271. OLE color: 10065271.

HSL color Cylindrical-coordinate representation of color #779599: hue angle of 187.06º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779599 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 149 153 -
CMYK 0.22 0.03 0 0.4
HSL 187.06º 0.14% 0.53% -
HSV(B) 187.06º 0.22% 0.6% -
XYZ 24.1 27.72 34.22 -
YUV 140.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 119 149 153 0.22 0.03 0 0.4 187.06 0.14 0.53
Hex 77 95 99 16 3 0 28 BB E 35
Octal 167 225 231 26 3 0 50 273 16 65
Binary 1110111 10010101 10011001 10110 11 0 101000 10111011 1110 110101

Color Harmonies of #779599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779599

Black with #779599

Text Example


Text Example

White with #779599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779599; }

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

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

background-color css

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

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

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

border-color css

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

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

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