#779999

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

Shades of Juniper #779999

Tints of Juniper #779999

Color information

#779999 (or 0x779999) is unknown color: approx Juniper. HEX triplet: 77, 99 and 99. RGB value is (119,153,153). Sum of RGB (Red+Green+Blue) = 119+153+153=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #779999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779999 is #886666. Grayscale: #8E8E8E. Windows color (decimal): -8939111 or 10066295. OLE color: 10066295.

HSL color Cylindrical-coordinate representation of color #779999: hue angle of 180º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779999 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB119153153-
CMYK0.22000.4
HSL180º14.29%53.33%-
HSV(B)180º22.22%60%-
XYZ24.752934.43-
YUV142.83133.74111-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 153 (60.16% from 255) = 36%
R=28%
G=36%
B=36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191531530.22000.418014.2953.33
Hex779999160028b4e35
Octal1672312312600502641665
Binary111011110011001100110011011000101000101101001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779999; }

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

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

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

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

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

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

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

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