#779799

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

Shades of Juniper #779799

Tints of Juniper #779799

Color information

#779799 (or 0x779799) is unknown color: approx Juniper. HEX triplet: 77, 97 and 99. RGB value is (119,151,153). Sum of RGB (Red+Green+Blue) = 119+151+153=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 153 - color contains mainly: blue. Hex color #779799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779799 is #886866. Grayscale: #8D8D8D. Windows color (decimal): -8939623 or 10065783. OLE color: 10065783.

HSL color Cylindrical-coordinate representation of color #779799: hue angle of 183.53º 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 #779799 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB119151153-
CMYK0.220.0100.4
HSL183.53º14.29%53.33%-
HSV(B)183.53º22.22%60%-
XYZ24.4228.3634.32-
YUV141.66134.4111.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.13%
GREEN value IS 151 (59.38% from 255) = 35.70%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=28.13%
G=35.70%
B=36.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191511530.220.0100.4183.5314.2953.33
Hex779799161028b8e35
Octal1672272312610502701665
Binary111011110010111100110011011010101000101110001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779799; }

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

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

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

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

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

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

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

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