Html Css Color HEX #779595 Juniper

📋 copy color: '#779595'

red 119 ◦ green 149 ◦ blue 149

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

Shades of Juniper #779595

Tints of Juniper #779595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 28.54%
G = 35.73%
B = 35.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#779595 (or 0x779595) is known color: Juniper. HEX triplet: 77, 95 and 95. RGB value is (119,149,149). Sum of RGB (Red+Green+Blue) = 119+149+149=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #779595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779595 is #886A6A. Grayscale: #8C8C8C. Windows color (decimal): -8940139 or 9803127. OLE color: 9803127.

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

Color convert

RGB 119 149 149 -
CMYK 0.20 0 0 0.42
HSL 180º 0.12% 0.53% -
HSV(B) 180º 0.2% 0.58% -
XYZ 23.78 27.59 32.51 -
YUV 140.03 133.06 113 -
System Red Green Blue C M Y K H S L
Decimal 119 149 149 0.20 0 0 0.42 180 0.12 0.53
Hex 77 95 95 14 0 0 2A B4 C 35
Octal 167 225 225 24 0 0 52 264 14 65
Binary 1110111 10010101 10010101 10100 0 0 101010 10110100 1100 110101

Color Harmonies of #779595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779595

Black with #779595

Text Example


Text Example

White with #779595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779595; }

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

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

background-color css

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

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

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

border-color css

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

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

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