Html Css Color HEX #779190 Juniper

📋 copy color: '#779190'

red 119 ◦ green 145 ◦ blue 144

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

Shades of Juniper #779190

Tints of Juniper #779190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.54%

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

R = 29.17%
G = 35.54%
B = 35.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#779190 (or 0x779190) is known color: Juniper. HEX triplet: 77, 91 and 90. RGB value is (119,145,144). Sum of RGB (Red+Green+Blue) = 119+145+144=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 145 - color contains mainly: green. Hex color #779190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779190 is #886E6F. Grayscale: #898989. Windows color (decimal): -8941168 or 9474423. OLE color: 9474423.

HSL color Cylindrical-coordinate representation of color #779190: hue angle of 177.69º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #779190 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 145 144 -
CMYK 0.18 0 0.01 0.43
HSL 177.69º 0.11% 0.52% -
HSV(B) 177.69º 0.18% 0.57% -
XYZ 22.77 26.19 30.24 -
YUV 137.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 119 145 144 0.18 0 0.01 0.43 177.69 0.11 0.52
Hex 77 91 90 12 0 1 2B B2 B 34
Octal 167 221 220 22 0 1 53 262 13 64
Binary 1110111 10010001 10010000 10010 0 1 101011 10110010 1011 110100

Color Harmonies of #779190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779190

Black with #779190

Text Example


Text Example

White with #779190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779190; }

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

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

background-color css

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

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

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

border-color css

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

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

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