#779295

Color #779295 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #779295

Tints of Juniper #779295

Color information

#779295 (or 0x779295) is unknown color: approx 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

RGB119146149-
CMYK0.200.0200.42
HSL186º12.4%52.55%-
HSV(B)186º20.13%58.43%-
XYZ23.3126.6532.35-
YUV138.27134.05114.26-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191461490.200.0200.4218612.452.55
Hex77929514202Abac35
Octal1672222252420522721465
Binary1110111100100101001010110100100101010101110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>