Html Css Color HEX #797584 Topaz

📋 copy color: '#797584'

red 121 ◦ green 117 ◦ blue 132

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

Shades of Topaz #797584

Tints of Topaz #797584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.68%

R = 32.7%
G = 31.62%
B = 35.68%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#797584 (or 0x797584) is known color: Topaz. HEX triplet: 79, 75 and 84. RGB value is (121,117,132). Sum of RGB (Red+Green+Blue) = 121+117+132=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 132 - color contains mainly: blue. Hex color #797584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797584 is #868A7B. Grayscale: #777777. Windows color (decimal): -8817276 or 8680825. OLE color: 8680825.

HSL color Cylindrical-coordinate representation of color #797584: hue angle of 256º 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 #797584 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 117 132 -
CMYK 0.08 0.11 0 0.48
HSL 256º 0.06% 0.49% -
HSV(B) 256º 0.11% 0.52% -
XYZ 18.41 18.45 24.42 -
YUV 119.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 121 117 132 0.08 0.11 0 0.48 256 0.06 0.49
Hex 79 75 84 8 B 0 30 100 6 31
Octal 171 165 204 10 13 0 60 400 6 61
Binary 1111001 1110101 10000100 1000 1011 0 110000 100000000 110 110001

Color Harmonies of #797584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797584

Black with #797584

Text Example


Text Example

White with #797584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797584; }

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

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

background-color css

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

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

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

border-color css

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

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

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