Html Css Color HEX #79758B Topaz

📋 copy color: '#79758B'

red 121 ◦ green 117 ◦ blue 139

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

Shades of Topaz #79758B

Tints of Topaz #79758B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.87%

R = 32.1%
G = 31.03%
B = 36.87%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#79758B (or 0x79758B) is known color: Topaz. HEX triplet: 79, 75 and 8B. RGB value is (121,117,139). Sum of RGB (Red+Green+Blue) = 121+117+139=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #79758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79758B is #868A74. Grayscale: #787878. Windows color (decimal): -8817269 or 9139577. OLE color: 9139577.

HSL color Cylindrical-coordinate representation of color #79758B: hue angle of 250.91º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #79758B is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 117 139 -
CMYK 0.13 0.16 0 0.45
HSL 250.91º 0.09% 0.5% -
HSV(B) 250.91º 0.16% 0.55% -
XYZ 18.91 18.65 27.03 -
YUV 120.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 121 117 139 0.13 0.16 0 0.45 250.91 0.09 0.5
Hex 79 75 8B D 10 0 2D FB 9 32
Octal 171 165 213 15 20 0 55 373 11 62
Binary 1111001 1110101 10001011 1101 10000 0 101101 11111011 1001 110010

Color Harmonies of #79758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79758B

Black with #79758B

Text Example


Text Example

White with #79758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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