Html Css Color HEX #779899 Juniper

📋 copy color: '#779899'

red 119 ◦ green 152 ◦ blue 153

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

Shades of Juniper #779899

Tints of Juniper #779899

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.85%

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

R = 28.07%
G = 35.85%
B = 36.08%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#779899 (or 0x779899) is known color: Juniper. HEX triplet: 77, 98 and 99. RGB value is (119,152,153). Sum of RGB (Red+Green+Blue) = 119+152+153=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: blue. Hex color #779899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779899 is #886766. Grayscale: #8E8E8E. Windows color (decimal): -8939367 or 10066039. OLE color: 10066039.

HSL color Cylindrical-coordinate representation of color #779899: hue angle of 181.76º 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 #779899 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 152 153 -
CMYK 0.22 0.01 0 0.4
HSL 181.76º 0.14% 0.53% -
HSV(B) 181.76º 0.22% 0.6% -
XYZ 24.59 28.68 34.38 -
YUV 142.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 119 152 153 0.22 0.01 0 0.4 181.76 0.14 0.53
Hex 77 98 99 16 1 0 28 B6 E 35
Octal 167 230 231 26 1 0 50 266 16 65
Binary 1110111 10011000 10011001 10110 1 0 101000 10110110 1110 110101

Color Harmonies of #779899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779899

Black with #779899

Text Example


Text Example

White with #779899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779899; }

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

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

background-color css

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

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

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

border-color css

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

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

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