#779390

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

Shades of Juniper #779390

Tints of Juniper #779390

Color information

#779390 (or 0x779390) is unknown color: approx Juniper. HEX triplet: 77, 93 and 90. RGB value is (119,147,144). Sum of RGB (Red+Green+Blue) = 119+147+144=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 147 - color contains mainly: green. Hex color #779390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779390 is #886C6F. Grayscale: #8A8A8A. Windows color (decimal): -8940656 or 9474935. OLE color: 9474935.

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

Color convert

RGB119147144-
CMYK0.1900.020.42
HSL173.57º11.48%52.16%-
HSV(B)173.57º19.05%57.65%-
XYZ23.0826.830.34-
YUV138.29131.22114.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.02%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 144 (56.64% from 255) = 35.12%
R=29.02%
G=35.85%
B=35.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191471440.1900.020.42173.5711.4852.16
Hex77939013022Aaeb34
Octal1672232202302522561364
Binary1110111100100111001000010011010101010101011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779390; }

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

 H1.HeaderClassName
 {
   color: #779390;
 }
 .AnyTagClassName
 {
   color: #779390;
 }
</style>
background-color css

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

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

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

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

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

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