Html Css Color HEX #779392 Juniper

📋 copy color: '#779392'

red 119 ◦ green 147 ◦ blue 146

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

Shades of Juniper #779392

Tints of Juniper #779392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.68%

 BLUE value IS 146 (57.42% from 255) = 35.44%

R = 28.88%
G = 35.68%
B = 35.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#779392 (or 0x779392) is known color: Juniper. HEX triplet: 77, 93 and 92. RGB value is (119,147,146). Sum of RGB (Red+Green+Blue) = 119+147+146=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 147 - color contains mainly: green. Hex color #779392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779392 is #886C6D. Grayscale: #8A8A8A. Windows color (decimal): -8940654 or 9606007. OLE color: 9606007.

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

Color convert

RGB 119 147 146 -
CMYK 0.19 0 0.01 0.42
HSL 177.86º 0.11% 0.52% -
HSV(B) 177.86º 0.19% 0.58% -
XYZ 23.23 26.86 31.16 -
YUV 138.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 119 147 146 0.19 0 0.01 0.42 177.86 0.11 0.52
Hex 77 93 92 13 0 1 2A B2 B 34
Octal 167 223 222 23 0 1 52 262 13 64
Binary 1110111 10010011 10010010 10011 0 1 101010 10110010 1011 110100

Color Harmonies of #779392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779392

Black with #779392

Text Example


Text Example

White with #779392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779392; }

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

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

background-color css

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

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

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

border-color css

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

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

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