Html Css Color HEX #797385 Topaz

📋 copy color: '#797385'

red 121 ◦ green 115 ◦ blue 133

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

Shades of Topaz #797385

Tints of Topaz #797385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.17%

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 32.79%
G = 31.17%
B = 36.04%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#797385 (or 0x797385) is known color: Topaz. HEX triplet: 79, 73 and 85. RGB value is (121,115,133). Sum of RGB (Red+Green+Blue) = 121+115+133=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 133 - color contains mainly: blue. Hex color #797385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797385 is #868C7A. Grayscale: #767676. Windows color (decimal): -8817787 or 8745849. OLE color: 8745849.

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

Color convert

RGB 121 115 133 -
CMYK 0.09 0.14 0 0.48
HSL 260º 0.07% 0.49% -
HSV(B) 260º 0.14% 0.52% -
XYZ 18.25 18.02 24.71 -
YUV 118.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 121 115 133 0.09 0.14 0 0.48 260 0.07 0.49
Hex 79 73 85 9 E 0 30 104 7 31
Octal 171 163 205 11 16 0 60 404 7 61
Binary 1111001 1110011 10000101 1001 1110 0 110000 100000100 111 110001

Color Harmonies of #797385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797385

Black with #797385

Text Example


Text Example

White with #797385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797385; }

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

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

background-color css

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

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

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

border-color css

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

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

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