Html Css Color HEX #79768B Topaz

📋 copy color: '#79768B'

red 121 ◦ green 118 ◦ blue 139

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

Shades of Topaz #79768B

Tints of Topaz #79768B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.22%

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

R = 32.01%
G = 31.22%
B = 36.77%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#79768B (or 0x79768B) is known color: Topaz. HEX triplet: 79, 76 and 8B. RGB value is (121,118,139). Sum of RGB (Red+Green+Blue) = 121+118+139=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 139 - color contains mainly: blue. Hex color #79768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79768B is #868974. Grayscale: #797979. Windows color (decimal): -8817013 or 9139833. OLE color: 9139833.

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

Color convert

RGB 121 118 139 -
CMYK 0.13 0.15 0 0.45
HSL 248.57º 0.08% 0.5% -
HSV(B) 248.57º 0.15% 0.55% -
XYZ 19.02 18.89 27.07 -
YUV 121.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 121 118 139 0.13 0.15 0 0.45 248.57 0.08 0.5
Hex 79 76 8B D F 0 2D F9 8 32
Octal 171 166 213 15 17 0 55 371 10 62
Binary 1111001 1110110 10001011 1101 1111 0 101101 11111001 1000 110010

Color Harmonies of #79768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79768B

Black with #79768B

Text Example


Text Example

White with #79768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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