Html Css Color HEX #796C8B Topaz

📋 copy color: '#796C8B'

red 121 ◦ green 108 ◦ blue 139

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

Shades of Topaz #796C8B

Tints of Topaz #796C8B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.35%

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

R = 32.88%
G = 29.35%
B = 37.77%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#796C8B (or 0x796C8B) is known color: Topaz. HEX triplet: 79, 6C and 8B. RGB value is (121,108,139). Sum of RGB (Red+Green+Blue) = 121+108+139=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #796C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796C8B is #869374. Grayscale: #737373. Windows color (decimal): -8819573 or 9137273. OLE color: 9137273.

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

Color convert

RGB 121 108 139 -
CMYK 0.13 0.22 0 0.45
HSL 265.16º 0.13% 0.48% -
HSV(B) 265.16º 0.22% 0.55% -
XYZ 17.91 16.65 26.7 -
YUV 115.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 121 108 139 0.13 0.22 0 0.45 265.16 0.13 0.48
Hex 79 6C 8B D 16 0 2D 109 D 30
Octal 171 154 213 15 26 0 55 411 15 60
Binary 1111001 1101100 10001011 1101 10110 0 101101 100001001 1101 110000

Color Harmonies of #796C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796C8B

Black with #796C8B

Text Example


Text Example

White with #796C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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