Html Css Color HEX #779293 Juniper

📋 copy color: '#779293'

red 119 ◦ green 146 ◦ blue 147

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

Shades of Juniper #779293

Tints of Juniper #779293

RGB

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

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

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

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

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 119 146 147 -
CMYK 0.19 0.01 0 0.42
HSL 182.14º 0.11% 0.52% -
HSV(B) 182.14º 0.19% 0.58% -
XYZ 23.15 26.59 31.52 -
YUV 138.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 119 146 147 0.19 0.01 0 0.42 182.14 0.11 0.52
Hex 77 92 93 13 1 0 2A B6 B 34
Octal 167 222 223 23 1 0 52 266 13 64
Binary 1110111 10010010 10010011 10011 1 0 101010 10110110 1011 110100

Color Harmonies of #779293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779293

Black with #779293

Text Example


Text Example

White with #779293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779293; }

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

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

background-color css

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

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

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

border-color css

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

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

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