Html Css Color HEX #797581 Topaz

📋 copy color: '#797581'

red 121 ◦ green 117 ◦ blue 129

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

Shades of Topaz #797581

Tints of Topaz #797581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.88%

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

R = 32.97%
G = 31.88%
B = 35.15%

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

#797581 (or 0x797581) is known color: Topaz. HEX triplet: 79, 75 and 81. RGB value is (121,117,129). Sum of RGB (Red+Green+Blue) = 121+117+129=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 129 - color contains mainly: blue. Hex color #797581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797581 is #868A7E. Grayscale: #777777. Windows color (decimal): -8817279 or 8484217. OLE color: 8484217.

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

Color convert

RGB 121 117 129 -
CMYK 0.06 0.09 0 0.49
HSL 260º 0.05% 0.48% -
HSV(B) 260º 0.09% 0.51% -
XYZ 18.21 18.37 23.36 -
YUV 119.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 121 117 129 0.06 0.09 0 0.49 260 0.05 0.48
Hex 79 75 81 6 9 0 31 104 5 30
Octal 171 165 201 6 11 0 61 404 5 60
Binary 1111001 1110101 10000001 110 1001 0 110001 100000100 101 110000

Color Harmonies of #797581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797581

Black with #797581

Text Example


Text Example

White with #797581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797581; }

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

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

background-color css

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

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

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

border-color css

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

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

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