Html Css Color HEX #797085 Topaz

📋 copy color: '#797085'

red 121 ◦ green 112 ◦ blue 133

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

Shades of Topaz #797085

Tints of Topaz #797085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

 BLUE value IS 133 (52.34% from 255) = 36.34%

R = 33.06%
G = 30.6%
B = 36.34%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#797085 (or 0x797085) is known color: Topaz. HEX triplet: 79, 70 and 85. RGB value is (121,112,133). Sum of RGB (Red+Green+Blue) = 121+112+133=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 133 - color contains mainly: blue. Hex color #797085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797085 is #868F7A. Grayscale: #757575. Windows color (decimal): -8818555 or 8745081. OLE color: 8745081.

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

Color convert

RGB 121 112 133 -
CMYK 0.09 0.16 0 0.48
HSL 265.71º 0.09% 0.48% -
HSV(B) 265.71º 0.16% 0.52% -
XYZ 17.91 17.35 24.59 -
YUV 117.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 121 112 133 0.09 0.16 0 0.48 265.71 0.09 0.48
Hex 79 70 85 9 10 0 30 10A 9 30
Octal 171 160 205 11 20 0 60 412 11 60
Binary 1111001 1110000 10000101 1001 10000 0 110000 100001010 1001 110000

Color Harmonies of #797085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797085

Black with #797085

Text Example


Text Example

White with #797085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797085; }

 p { color: rgb(121,112,133); }

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

background-color css

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

 a { background-color: rgb(121,112,133); }

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

border-color css

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

 span { border-color: rgb(121,112,133); }

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