Html Css Color HEX #797384 Topaz

📋 copy color: '#797384'

red 121 ◦ green 115 ◦ blue 132

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

Shades of Topaz #797384

Tints of Topaz #797384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.25%

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

R = 32.88%
G = 31.25%
B = 35.87%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#797384 (or 0x797384) is known color: Topaz. HEX triplet: 79, 73 and 84. RGB value is (121,115,132). Sum of RGB (Red+Green+Blue) = 121+115+132=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 132 - color contains mainly: blue. Hex color #797384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797384 is #868C7B. Grayscale: #767676. Windows color (decimal): -8817788 or 8680313. OLE color: 8680313.

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

Color convert

RGB 121 115 132 -
CMYK 0.08 0.13 0 0.48
HSL 261.18º 0.07% 0.48% -
HSV(B) 261.18º 0.13% 0.52% -
XYZ 18.18 17.99 24.34 -
YUV 118.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 121 115 132 0.08 0.13 0 0.48 261.18 0.07 0.48
Hex 79 73 84 8 D 0 30 105 7 30
Octal 171 163 204 10 15 0 60 405 7 60
Binary 1111001 1110011 10000100 1000 1101 0 110000 100000101 111 110000

Color Harmonies of #797384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797384

Black with #797384

Text Example


Text Example

White with #797384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797384; }

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

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

background-color css

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

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

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

border-color css

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

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

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