#779090

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

Shades of Juniper #779090

Tints of Juniper #779090

Color information

#779090 (or 0x779090) is unknown color: approx Juniper. HEX triplet: 77, 90 and 90. RGB value is (119,144,144). Sum of RGB (Red+Green+Blue) = 119+144+144=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #779090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779090 is #886F6F. Grayscale: #888888. Windows color (decimal): -8941424 or 9474167. OLE color: 9474167.

HSL color Cylindrical-coordinate representation of color #779090: hue angle of 180º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #779090 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB119144144-
CMYK0.17000.44
HSL180º10.12%51.57%-
HSV(B)180º17.36%56.47%-
XYZ22.6225.8830.19-
YUV136.52132.22115.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.24%
GREEN value IS 144 (56.64% from 255) = 35.38%
BLUE value IS 144 (56.64% from 255) = 35.38%
R=29.24%
G=35.38%
B=35.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191441440.17000.4418010.1251.57
Hex77909011002Cb4a34
Octal1672202202100542641264
Binary111011110010000100100001000100101100101101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779090; }

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

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

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

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

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

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

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

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