Html Css Color HEX #796B8C Topaz

📋 copy color: '#796B8C'

red 121 ◦ green 107 ◦ blue 140

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

Shades of Topaz #796B8C

Tints of Topaz #796B8C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 32.88%
G = 29.08%
B = 38.04%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#796B8C (or 0x796B8C) is known color: Topaz. HEX triplet: 79, 6B and 8C. RGB value is (121,107,140). Sum of RGB (Red+Green+Blue) = 121+107+140=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 140 - color contains mainly: blue. Hex color #796B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796B8C is #869473. Grayscale: #727272. Windows color (decimal): -8819828 or 9202553. OLE color: 9202553.

HSL color Cylindrical-coordinate representation of color #796B8C: hue angle of 265.45º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #796B8C is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 107 140 -
CMYK 0.14 0.24 0 0.45
HSL 265.45º 0.13% 0.48% -
HSV(B) 265.45º 0.24% 0.55% -
XYZ 17.88 16.47 27.05 -
YUV 114.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 121 107 140 0.14 0.24 0 0.45 265.45 0.13 0.48
Hex 79 6B 8C E 18 0 2D 109 D 30
Octal 171 153 214 16 30 0 55 411 15 60
Binary 1111001 1101011 10001100 1110 11000 0 101101 100001001 1101 110000

Color Harmonies of #796B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796B8C

Black with #796B8C

Text Example


Text Example

White with #796B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796B8C; }

 p { color: rgb(121,107,140); }

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

background-color css

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

 a { background-color: rgb(121,107,140); }

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

border-color css

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

 span { border-color: rgb(121,107,140); }

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