Html Css Color HEX #797382 Topaz

📋 copy color: '#797382'

red 121 ◦ green 115 ◦ blue 130

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

Shades of Topaz #797382

Tints of Topaz #797382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.52%

R = 33.06%
G = 31.42%
B = 35.52%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#797382 (or 0x797382) is known color: Topaz. HEX triplet: 79, 73 and 82. RGB value is (121,115,130). Sum of RGB (Red+Green+Blue) = 121+115+130=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 130 - color contains mainly: blue. Hex color #797382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797382 is #868C7D. Grayscale: #767676. Windows color (decimal): -8817790 or 8549241. OLE color: 8549241.

HSL color Cylindrical-coordinate representation of color #797382: hue angle of 264º degrees, saturation: 0.06, 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 #797382 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 115 130 -
CMYK 0.07 0.12 0 0.49
HSL 264º 0.06% 0.48% -
HSV(B) 264º 0.12% 0.51% -
XYZ 18.05 17.94 23.63 -
YUV 118.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 121 115 130 0.07 0.12 0 0.49 264 0.06 0.48
Hex 79 73 82 7 C 0 31 108 6 30
Octal 171 163 202 7 14 0 61 410 6 60
Binary 1111001 1110011 10000010 111 1100 0 110001 100001000 110 110000

Color Harmonies of #797382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797382

Black with #797382

Text Example


Text Example

White with #797382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797382; }

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

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

background-color css

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

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

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

border-color css

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

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

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