Html Css Color HEX #796B8B Topaz

📋 copy color: '#796B8B'

red 121 ◦ green 107 ◦ blue 139

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

Shades of Topaz #796B8B

Tints of Topaz #796B8B

RGB

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

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

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

R = 32.97%
G = 29.16%
B = 37.87%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#796B8B (or 0x796B8B) is known color: Topaz. HEX triplet: 79, 6B and 8B. RGB value is (121,107,139). Sum of RGB (Red+Green+Blue) = 121+107+139=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #796B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796B8B is #869474. Grayscale: #727272. Windows color (decimal): -8819829 or 9137017. OLE color: 9137017.

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

Color convert

RGB 121 107 139 -
CMYK 0.13 0.23 0 0.45
HSL 266.25º 0.13% 0.48% -
HSV(B) 266.25º 0.23% 0.55% -
XYZ 17.8 16.44 26.66 -
YUV 114.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 121 107 139 0.13 0.23 0 0.45 266.25 0.13 0.48
Hex 79 6B 8B D 17 0 2D 10A D 30
Octal 171 153 213 15 27 0 55 412 15 60
Binary 1111001 1101011 10001011 1101 10111 0 101101 100001010 1101 110000

Color Harmonies of #796B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796B8B

Black with #796B8B

Text Example


Text Example

White with #796B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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