Html Css Color HEX #797681 Topaz

📋 copy color: '#797681'

red 121 ◦ green 118 ◦ blue 129

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

Shades of Topaz #797681

Tints of Topaz #797681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.05%

R = 32.88%
G = 32.07%
B = 35.05%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#797681 (or 0x797681) is known color: Topaz. HEX triplet: 79, 76 and 81. RGB value is (121,118,129). Sum of RGB (Red+Green+Blue) = 121+118+129=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 129 - color contains mainly: blue. Hex color #797681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797681 is #86897E. Grayscale: #787878. Windows color (decimal): -8817023 or 8484473. OLE color: 8484473.

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

Color convert

RGB 121 118 129 -
CMYK 0.06 0.09 0 0.49
HSL 256.36º 0.04% 0.48% -
HSV(B) 256.36º 0.09% 0.51% -
XYZ 18.33 18.61 23.39 -
YUV 120.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 121 118 129 0.06 0.09 0 0.49 256.36 0.04 0.48
Hex 79 76 81 6 9 0 31 100 4 30
Octal 171 166 201 6 11 0 61 400 4 60
Binary 1111001 1110110 10000001 110 1001 0 110001 100000000 100 110000

Color Harmonies of #797681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797681

Black with #797681

Text Example


Text Example

White with #797681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797681; }

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

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

background-color css

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

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

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

border-color css

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

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

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