#799799

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

Shades of Juniper #799799

Tints of Juniper #799799

Color information

#799799 (or 0x799799) is unknown color: approx Juniper. HEX triplet: 79, 97 and 99. RGB value is (121,151,153). Sum of RGB (Red+Green+Blue) = 121+151+153=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 153 - color contains mainly: blue. Hex color #799799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799799 is #866866. Grayscale: #8E8E8E. Windows color (decimal): -8808551 or 10065785. OLE color: 10065785.

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

Color convert

RGB121151153-
CMYK0.210.0100.4
HSL183.75º13.56%53.73%-
HSV(B)183.75º20.92%60%-
XYZ24.728.534.34-
YUV142.26134.06112.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.47%
GREEN value IS 151 (59.38% from 255) = 35.53%
BLUE value IS 153 (60.16% from 255) = 36%
R=28.47%
G=35.53%
B=36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211511530.210.0100.4183.7513.5653.73
Hex799799151028b8e36
Octal1712272312510502701666
Binary111100110010111100110011010110101000101110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799799; }

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

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

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

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

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

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

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

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