Html Css Color HEX #797788 Topaz

📋 copy color: '#797788'

red 121 ◦ green 119 ◦ blue 136

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

Shades of Topaz #797788

Tints of Topaz #797788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.17%

R = 32.18%
G = 31.65%
B = 36.17%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#797788 (or 0x797788) is known color: Topaz. HEX triplet: 79, 77 and 88. RGB value is (121,119,136). Sum of RGB (Red+Green+Blue) = 121+119+136=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 136 - color contains mainly: blue. Hex color #797788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797788 is #868877. Grayscale: #797979. Windows color (decimal): -8816760 or 8943481. OLE color: 8943481.

HSL color Cylindrical-coordinate representation of color #797788: hue angle of 247.06º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #797788 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 119 136 -
CMYK 0.11 0.12 0 0.47
HSL 247.06º 0.07% 0.5% -
HSV(B) 247.06º 0.13% 0.53% -
XYZ 18.93 19.04 25.97 -
YUV 121.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 121 119 136 0.11 0.12 0 0.47 247.06 0.07 0.5
Hex 79 77 88 B C 0 2F F7 7 32
Octal 171 167 210 13 14 0 57 367 7 62
Binary 1111001 1110111 10001000 1011 1100 0 101111 11110111 111 110010

Color Harmonies of #797788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797788

Black with #797788

Text Example


Text Example

White with #797788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797788; }

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

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

background-color css

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

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

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

border-color css

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

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

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