Html Css Color HEX #797685 Topaz

📋 copy color: '#797685'

red 121 ◦ green 118 ◦ blue 133

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

Shades of Topaz #797685

Tints of Topaz #797685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.75%

R = 32.53%
G = 31.72%
B = 35.75%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#797685 (or 0x797685) is known color: Topaz. HEX triplet: 79, 76 and 85. RGB value is (121,118,133). Sum of RGB (Red+Green+Blue) = 121+118+133=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 133 - color contains mainly: blue. Hex color #797685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797685 is #86897A. Grayscale: #787878. Windows color (decimal): -8817019 or 8746617. OLE color: 8746617.

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

Color convert

RGB 121 118 133 -
CMYK 0.09 0.11 0 0.48
HSL 252º 0.06% 0.49% -
HSV(B) 252º 0.11% 0.52% -
XYZ 18.6 18.72 24.82 -
YUV 120.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 121 118 133 0.09 0.11 0 0.48 252 0.06 0.49
Hex 79 76 85 9 B 0 30 FC 6 31
Octal 171 166 205 11 13 0 60 374 6 61
Binary 1111001 1110110 10000101 1001 1011 0 110000 11111100 110 110001

Color Harmonies of #797685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797685

Black with #797685

Text Example


Text Example

White with #797685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797685; }

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

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

background-color css

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

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

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

border-color css

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

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

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