Html Css Color HEX #797487 Topaz

📋 copy color: '#797487'

red 121 ◦ green 116 ◦ blue 135

#797487
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Topaz #797487

Tints of Topaz #797487

RGB

 RED value IS 121 (47.66% from 255) = 32.53%

 GREEN value IS 116 (45.7% from 255) = 31.18%

 BLUE value IS 135 (53.13% from 255) = 36.29%

R = 32.53%
G = 31.18%
B = 36.29%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#797487 (or 0x797487) is known color: Topaz. HEX triplet: 79, 74 and 87. RGB value is (121,116,135). Sum of RGB (Red+Green+Blue) = 121+116+135=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 135 - color contains mainly: blue. Hex color #797487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797487 is #868B78. Grayscale: #777777. Windows color (decimal): -8817529 or 8877177. OLE color: 8877177.

HSL color Cylindrical-coordinate representation of color #797487: hue angle of 255.79º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #797487 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 116 135 -
CMYK 0.10 0.14 0 0.47
HSL 255.79º 0.08% 0.49% -
HSV(B) 255.79º 0.14% 0.53% -
XYZ 18.5 18.31 25.48 -
YUV 119.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 121 116 135 0.10 0.14 0 0.47 255.79 0.08 0.49
Hex 79 74 87 A E 0 2F 100 8 31
Octal 171 164 207 12 16 0 57 400 10 61
Binary 1111001 1110100 10000111 1010 1110 0 101111 100000000 1000 110001

Color Harmonies of #797487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797487

Black with #797487

Text Example


Text Example

White with #797487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797487; }

 p { color: rgb(121,116,135); }

 H1.HeaderClassName
 {
   color: #797487;
 }
 .AnyTagClassName
 {
   color: #797487;
 }
</style>

background-color css

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

 a { background-color: rgb(121,116,135); }

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

border-color css

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

 span { border-color: rgb(121,116,135); }

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