Html Css Color HEX #779594 Juniper

📋 copy color: '#779594'

red 119 ◦ green 149 ◦ blue 148

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

Shades of Juniper #779594

Tints of Juniper #779594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.58%

R = 28.61%
G = 35.82%
B = 35.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#779594 (or 0x779594) is known color: Juniper. HEX triplet: 77, 95 and 94. RGB value is (119,149,148). Sum of RGB (Red+Green+Blue) = 119+149+148=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 149 - color contains mainly: green. Hex color #779594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779594 is #886A6B. Grayscale: #8B8B8B. Windows color (decimal): -8940140 or 9737591. OLE color: 9737591.

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

Color convert

RGB 119 149 148 -
CMYK 0.20 0 0.01 0.42
HSL 178º 0.12% 0.53% -
HSV(B) 178º 0.2% 0.58% -
XYZ 23.7 27.55 32.09 -
YUV 139.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 119 149 148 0.20 0 0.01 0.42 178 0.12 0.53
Hex 77 95 94 14 0 1 2A B2 C 35
Octal 167 225 224 24 0 1 52 262 14 65
Binary 1110111 10010101 10010100 10100 0 1 101010 10110010 1100 110101

Color Harmonies of #779594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779594

Black with #779594

Text Example


Text Example

White with #779594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779594; }

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

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

background-color css

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

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

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

border-color css

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

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

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