Html Css Color HEX #779295 Juniper

📋 copy color: '#779295'

red 119 ◦ green 146 ◦ blue 149

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

Shades of Juniper #779295

Tints of Juniper #779295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.99%

R = 28.74%
G = 35.27%
B = 35.99%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#779295 (or 0x779295) is known color: Juniper. HEX triplet: 77, 92 and 95. RGB value is (119,146,149). Sum of RGB (Red+Green+Blue) = 119+146+149=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 149 - color contains mainly: blue. Hex color #779295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779295 is #886D6A. Grayscale: #8A8A8A. Windows color (decimal): -8940907 or 9802359. OLE color: 9802359.

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

Color convert

RGB 119 146 149 -
CMYK 0.20 0.02 0 0.42
HSL 186º 0.12% 0.53% -
HSV(B) 186º 0.2% 0.58% -
XYZ 23.31 26.65 32.35 -
YUV 138.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 119 146 149 0.20 0.02 0 0.42 186 0.12 0.53
Hex 77 92 95 14 2 0 2A BA C 35
Octal 167 222 225 24 2 0 52 272 14 65
Binary 1110111 10010010 10010101 10100 10 0 101010 10111010 1100 110101

Color Harmonies of #779295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779295

Black with #779295

Text Example


Text Example

White with #779295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779295; }

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

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

background-color css

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

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

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

border-color css

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

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

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