#797585

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

Shades of Topaz #797585

Tints of Topaz #797585

Color information

#797585 (or 0x797585) is unknown color: approx Topaz. HEX triplet: 79, 75 and 85. RGB value is (121,117,133). Sum of RGB (Red+Green+Blue) = 121+117+133=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 133 - color contains mainly: blue. Hex color #797585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797585 is #868A7A. Grayscale: #777777. Windows color (decimal): -8817275 or 8746361. OLE color: 8746361.

HSL color Cylindrical-coordinate representation of color #797585: hue angle of 255º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #797585 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB121117133-
CMYK0.090.1200.48
HSL255º6.4%49.02%-
HSV(B)255º12.03%52.16%-
XYZ18.4818.4824.78-
YUV120.02135.33128.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.61%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=32.61%
G=31.54%
B=35.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211171330.090.1200.482556.449.02
Hex7975859C030ff631
Octal1711652051114060377661
Binary111100111101011000010110011100011000011111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797585; }

 p { color: rgb(121,117,133); }

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

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

 a { background-color: rgb(121,117,133); }

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

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

 span { border-color: rgb(121,117,133); }

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