Html Css Color HEX #779590 Juniper

📋 copy color: '#779590'

red 119 ◦ green 149 ◦ blue 144

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

Shades of Juniper #779590

Tints of Juniper #779590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.95%

R = 28.88%
G = 36.17%
B = 34.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#779590 (or 0x779590) is known color: Juniper. HEX triplet: 77, 95 and 90. RGB value is (119,149,144). Sum of RGB (Red+Green+Blue) = 119+149+144=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 149 - color contains mainly: green. Hex color #779590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779590 is #886A6F. Grayscale: #8B8B8B. Windows color (decimal): -8940144 or 9475447. OLE color: 9475447.

HSL color Cylindrical-coordinate representation of color #779590: hue angle of 170º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #779590 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 149 144 -
CMYK 0.20 0 0.03 0.42
HSL 170º 0.12% 0.53% -
HSV(B) 170º 0.2% 0.58% -
XYZ 23.39 27.43 30.45 -
YUV 139.46 130.56 113.41 -
System Red Green Blue C M Y K H S L
Decimal 119 149 144 0.20 0 0.03 0.42 170 0.12 0.53
Hex 77 95 90 14 0 3 2A AA C 35
Octal 167 225 220 24 0 3 52 252 14 65
Binary 1110111 10010101 10010000 10100 0 11 101010 10101010 1100 110101

Color Harmonies of #779590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779590

Black with #779590

Text Example


Text Example

White with #779590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779590; }

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

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

background-color css

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

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

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

border-color css

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

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

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