Html Css Color HEX #79758A Topaz

📋 copy color: '#79758A'

red 121 ◦ green 117 ◦ blue 138

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

Shades of Topaz #79758A

Tints of Topaz #79758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 32.18%
G = 31.12%
B = 36.7%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#79758A (or 0x79758A) is known color: Topaz. HEX triplet: 79, 75 and 8A. RGB value is (121,117,138). Sum of RGB (Red+Green+Blue) = 121+117+138=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 138 - color contains mainly: blue. Hex color #79758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79758A is #868A75. Grayscale: #787878. Windows color (decimal): -8817270 or 9074041. OLE color: 9074041.

HSL color Cylindrical-coordinate representation of color #79758A: hue angle of 251.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #79758A is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 121 117 138 -
CMYK 0.12 0.15 0 0.46
HSL 251.43º 0.08% 0.5% -
HSV(B) 251.43º 0.15% 0.54% -
XYZ 18.83 18.62 26.65 -
YUV 120.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 121 117 138 0.12 0.15 0 0.46 251.43 0.08 0.5
Hex 79 75 8A C F 0 2E FB 8 32
Octal 171 165 212 14 17 0 56 373 10 62
Binary 1111001 1110101 10001010 1100 1111 0 101110 11111011 1000 110010

Color Harmonies of #79758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79758A

Black with #79758A

Text Example


Text Example

White with #79758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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