Html Css Color HEX #779598 Juniper

📋 copy color: '#779598'

red 119 ◦ green 149 ◦ blue 152

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

Shades of Juniper #779598

Tints of Juniper #779598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.19%

R = 28.33%
G = 35.48%
B = 36.19%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#779598 (or 0x779598) is known color: Juniper. HEX triplet: 77, 95 and 98. RGB value is (119,149,152). Sum of RGB (Red+Green+Blue) = 119+149+152=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 152 - color contains mainly: blue. Hex color #779598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779598 is #886A67. Grayscale: #8C8C8C. Windows color (decimal): -8940136 or 9999735. OLE color: 9999735.

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

Color convert

RGB 119 149 152 -
CMYK 0.22 0.02 0 0.40
HSL 185.45º 0.14% 0.53% -
HSV(B) 185.45º 0.22% 0.6% -
XYZ 24.02 27.68 33.78 -
YUV 140.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 119 149 152 0.22 0.02 0 0.40 185.45 0.14 0.53
Hex 77 95 98 16 2 0 28 B9 E 35
Octal 167 225 230 26 2 0 50 271 16 65
Binary 1110111 10010101 10011000 10110 10 0 101000 10111001 1110 110101

Color Harmonies of #779598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779598

Black with #779598

Text Example


Text Example

White with #779598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779598; }

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

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

background-color css

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

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

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

border-color css

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

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

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