Html Css Color HEX #79748B Topaz

📋 copy color: '#79748B'

red 121 ◦ green 116 ◦ blue 139

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

Shades of Topaz #79748B

Tints of Topaz #79748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

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

R = 32.18%
G = 30.85%
B = 36.97%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#79748B (or 0x79748B) is known color: Topaz. HEX triplet: 79, 74 and 8B. RGB value is (121,116,139). Sum of RGB (Red+Green+Blue) = 121+116+139=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #79748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79748B is #868B74. Grayscale: #787878. Windows color (decimal): -8817525 or 9139321. OLE color: 9139321.

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

Color convert

RGB 121 116 139 -
CMYK 0.13 0.17 0 0.45
HSL 253.04º 0.09% 0.5% -
HSV(B) 253.04º 0.17% 0.55% -
XYZ 18.79 18.42 26.99 -
YUV 120.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 121 116 139 0.13 0.17 0 0.45 253.04 0.09 0.5
Hex 79 74 8B D 11 0 2D FD 9 32
Octal 171 164 213 15 21 0 55 375 11 62
Binary 1111001 1110100 10001011 1101 10001 0 101101 11111101 1001 110010

Color Harmonies of #79748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79748B

Black with #79748B

Text Example


Text Example

White with #79748B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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