#79708D

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

Shades of Topaz #79708D

Tints of Topaz #79708D

Color information

#79708D (or 0x79708D) is unknown color: approx Topaz. HEX triplet: 79, 70 and 8D. RGB value is (121,112,141). Sum of RGB (Red+Green+Blue) = 121+112+141=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 141 - color contains mainly: blue. Hex color #79708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79708D is #868F72. Grayscale: #757575. Windows color (decimal): -8818547 or 9269369. OLE color: 9269369.

HSL color Cylindrical-coordinate representation of color #79708D: hue angle of 258.62º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #79708D is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB121112141-
CMYK0.140.2100.45
HSL258.62º11.46%49.61%-
HSV(B)258.62º20.57%55.29%-
XYZ18.4917.5827.62-
YUV118140.98130.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.35%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=32.35%
G=29.95%
B=37.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211121410.140.2100.45258.6211.4649.61
Hex79708DE1502D103b32
Octal17116021516250554031362
Binary111100111100001000110111101010101011011000000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79708D; }

 p { color: rgb(121,112,141); }

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

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

 a { background-color: rgb(121,112,141); }

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

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

 span { border-color: rgb(121,112,141); }

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