Html Css Color HEX #797383 Topaz

📋 copy color: '#797383'

red 121 ◦ green 115 ◦ blue 131

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

Shades of Topaz #797383

Tints of Topaz #797383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.69%

R = 32.97%
G = 31.34%
B = 35.69%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#797383 (or 0x797383) is known color: Topaz. HEX triplet: 79, 73 and 83. RGB value is (121,115,131). Sum of RGB (Red+Green+Blue) = 121+115+131=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 131 - color contains mainly: blue. Hex color #797383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797383 is #868C7C. Grayscale: #767676. Windows color (decimal): -8817789 or 8614777. OLE color: 8614777.

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

Color convert

RGB 121 115 131 -
CMYK 0.08 0.12 0 0.49
HSL 262.5º 0.07% 0.48% -
HSV(B) 262.5º 0.12% 0.51% -
XYZ 18.11 17.97 23.99 -
YUV 118.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 121 115 131 0.08 0.12 0 0.49 262.5 0.07 0.48
Hex 79 73 83 8 C 0 31 106 7 30
Octal 171 163 203 10 14 0 61 406 7 60
Binary 1111001 1110011 10000011 1000 1100 0 110001 100000110 111 110000

Color Harmonies of #797383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797383

Black with #797383

Text Example


Text Example

White with #797383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797383; }

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

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

background-color css

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

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

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

border-color css

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

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

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