Html Css Color HEX #797682 Topaz

📋 copy color: '#797682'

red 121 ◦ green 118 ◦ blue 130

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

Shades of Topaz #797682

Tints of Topaz #797682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.98%

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

R = 32.79%
G = 31.98%
B = 35.23%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#797682 (or 0x797682) is known color: Topaz. HEX triplet: 79, 76 and 82. RGB value is (121,118,130). Sum of RGB (Red+Green+Blue) = 121+118+130=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 130 - color contains mainly: blue. Hex color #797682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797682 is #86897D. Grayscale: #787878. Windows color (decimal): -8817022 or 8550009. OLE color: 8550009.

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

Color convert

RGB 121 118 130 -
CMYK 0.07 0.09 0 0.49
HSL 255º 0.05% 0.49% -
HSV(B) 255º 0.09% 0.51% -
XYZ 18.39 18.63 23.75 -
YUV 120.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 121 118 130 0.07 0.09 0 0.49 255 0.05 0.49
Hex 79 76 82 7 9 0 31 FF 5 31
Octal 171 166 202 7 11 0 61 377 5 61
Binary 1111001 1110110 10000010 111 1001 0 110001 11111111 101 110001

Color Harmonies of #797682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797682

Black with #797682

Text Example


Text Example

White with #797682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797682; }

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

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

background-color css

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

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

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

border-color css

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

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

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