Html Css Color HEX #797782 Topaz

📋 copy color: '#797782'

red 121 ◦ green 119 ◦ blue 130

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

Shades of Topaz #797782

Tints of Topaz #797782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.16%

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

R = 32.7%
G = 32.16%
B = 35.14%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#797782 (or 0x797782) is known color: Topaz. HEX triplet: 79, 77 and 82. RGB value is (121,119,130). Sum of RGB (Red+Green+Blue) = 121+119+130=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 130 - color contains mainly: blue. Hex color #797782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797782 is #86887D. Grayscale: #787878. Windows color (decimal): -8816766 or 8550265. OLE color: 8550265.

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

Color convert

RGB 121 119 130 -
CMYK 0.07 0.08 0 0.49
HSL 250.91º 0.04% 0.49% -
HSV(B) 250.91º 0.08% 0.51% -
XYZ 18.51 18.87 23.79 -
YUV 120.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 121 119 130 0.07 0.08 0 0.49 250.91 0.04 0.49
Hex 79 77 82 7 8 0 31 FB 4 31
Octal 171 167 202 7 10 0 61 373 4 61
Binary 1111001 1110111 10000010 111 1000 0 110001 11111011 100 110001

Color Harmonies of #797782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797782

Black with #797782

Text Example


Text Example

White with #797782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797782; }

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

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

background-color css

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

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

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

border-color css

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

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

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