Html Css Color HEX #779591 Juniper

📋 copy color: '#779591'

red 119 ◦ green 149 ◦ blue 145

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

Shades of Juniper #779591

Tints of Juniper #779591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.11%

R = 28.81%
G = 36.08%
B = 35.11%

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

#779591 (or 0x779591) is known color: Juniper. HEX triplet: 77, 95 and 91. RGB value is (119,149,145). Sum of RGB (Red+Green+Blue) = 119+149+145=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 149 - color contains mainly: green. Hex color #779591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779591 is #886A6E. Grayscale: #8B8B8B. Windows color (decimal): -8940143 or 9540983. OLE color: 9540983.

HSL color Cylindrical-coordinate representation of color #779591: hue angle of 172º 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 #779591 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 149 145 -
CMYK 0.20 0 0.03 0.42
HSL 172º 0.12% 0.53% -
HSV(B) 172º 0.2% 0.58% -
XYZ 23.47 27.46 30.85 -
YUV 139.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 119 149 145 0.20 0 0.03 0.42 172 0.12 0.53
Hex 77 95 91 14 0 3 2A AC C 35
Octal 167 225 221 24 0 3 52 254 14 65
Binary 1110111 10010101 10010001 10100 0 11 101010 10101100 1100 110101

Color Harmonies of #779591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779591

Black with #779591

Text Example


Text Example

White with #779591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779591; }

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

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

background-color css

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

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

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

border-color css

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

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

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