Html Css Color HEX #85798B Topaz

📋 copy color: '#85798B'

red 133 ◦ green 121 ◦ blue 139

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

Shades of Topaz #85798B

Tints of Topaz #85798B

RGB

 RED value IS 133 (52.34% from 255) = 33.84%

 GREEN value IS 121 (47.66% from 255) = 30.79%

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

R = 33.84%
G = 30.79%
B = 35.37%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85798B (or 0x85798B) is known color: Topaz. HEX triplet: 85, 79 and 8B. RGB value is (133,121,139). Sum of RGB (Red+Green+Blue) = 133+121+139=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 139 - color contains mainly: blue. Hex color #85798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85798B is #7A8674. Grayscale: #7E7E7E. Windows color (decimal): -8029813 or 9140613. OLE color: 9140613.

HSL color Cylindrical-coordinate representation of color #85798B: hue angle of 280º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #85798B is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 121 139 -
CMYK 0.04 0.13 0 0.45
HSL 280º 0.07% 0.51% -
HSV(B) 280º 0.13% 0.55% -
XYZ 21.17 20.53 27.27 -
YUV 126.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 133 121 139 0.04 0.13 0 0.45 280 0.07 0.51
Hex 85 79 8B 4 D 0 2D 118 7 33
Octal 205 171 213 4 15 0 55 430 7 63
Binary 10000101 1111001 10001011 100 1101 0 101101 100011000 111 110011

Color Harmonies of #85798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85798B

Black with #85798B

Text Example


Text Example

White with #85798B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85798B; }

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

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

background-color css

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

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

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

border-color css

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

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

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