Html Css Color HEX #796A8D Topaz

📋 copy color: '#796A8D'

red 121 ◦ green 106 ◦ blue 141

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

Shades of Topaz #796A8D

Tints of Topaz #796A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.8%

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 32.88%
G = 28.8%
B = 38.32%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#796A8D (or 0x796A8D) is known color: Topaz. HEX triplet: 79, 6A and 8D. RGB value is (121,106,141). Sum of RGB (Red+Green+Blue) = 121+106+141=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #796A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796A8D is #869572. Grayscale: #727272. Windows color (decimal): -8820083 or 9267833. OLE color: 9267833.

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

Color convert

RGB 121 106 141 -
CMYK 0.14 0.25 0 0.45
HSL 265.71º 0.14% 0.48% -
HSV(B) 265.71º 0.25% 0.55% -
XYZ 17.85 16.3 27.4 -
YUV 114.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 121 106 141 0.14 0.25 0 0.45 265.71 0.14 0.48
Hex 79 6A 8D E 19 0 2D 10A E 30
Octal 171 152 215 16 31 0 55 412 16 60
Binary 1111001 1101010 10001101 1110 11001 0 101101 100001010 1110 110000

Color Harmonies of #796A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796A8D

Black with #796A8D

Text Example


Text Example

White with #796A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,106,141); }

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

background-color css

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

 a { background-color: rgb(121,106,141); }

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

border-color css

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

 span { border-color: rgb(121,106,141); }

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