Html Css Color HEX #779593 Juniper

📋 copy color: '#779593'

red 119 ◦ green 149 ◦ blue 147

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

Shades of Juniper #779593

Tints of Juniper #779593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.42%

R = 28.67%
G = 35.9%
B = 35.42%

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

#779593 (or 0x779593) is known color: Juniper. HEX triplet: 77, 95 and 93. RGB value is (119,149,147). Sum of RGB (Red+Green+Blue) = 119+149+147=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 149 - color contains mainly: green. Hex color #779593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779593 is #886A6C. Grayscale: #8B8B8B. Windows color (decimal): -8940141 or 9672055. OLE color: 9672055.

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

Color convert

RGB 119 149 147 -
CMYK 0.20 0 0.01 0.42
HSL 176º 0.12% 0.53% -
HSV(B) 176º 0.2% 0.58% -
XYZ 23.62 27.52 31.67 -
YUV 139.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 119 149 147 0.20 0 0.01 0.42 176 0.12 0.53
Hex 77 95 93 14 0 1 2A B0 C 35
Octal 167 225 223 24 0 1 52 260 14 65
Binary 1110111 10010101 10010011 10100 0 1 101010 10110000 1100 110101

Color Harmonies of #779593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779593

Black with #779593

Text Example


Text Example

White with #779593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779593; }

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

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

background-color css

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

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

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

border-color css

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

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

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