Html Css Color HEX #857092 Topaz

📋 copy color: '#857092'

red 133 ◦ green 112 ◦ blue 146

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

Shades of Topaz #857092

Tints of Topaz #857092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.34%

R = 34.02%
G = 28.64%
B = 37.34%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#857092 (or 0x857092) is known color: Topaz. HEX triplet: 85, 70 and 92. RGB value is (133,112,146). Sum of RGB (Red+Green+Blue) = 133+112+146=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #857092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857092 is #7A8F6D. Grayscale: #7A7A7A. Windows color (decimal): -8032110 or 9597061. OLE color: 9597061.

HSL color Cylindrical-coordinate representation of color #857092: hue angle of 277.06º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #857092 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 112 146 -
CMYK 0.09 0.23 0 0.43
HSL 277.06º 0.13% 0.51% -
HSV(B) 277.06º 0.23% 0.57% -
XYZ 20.66 18.65 29.71 -
YUV 122.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 133 112 146 0.09 0.23 0 0.43 277.06 0.13 0.51
Hex 85 70 92 9 17 0 2B 115 D 33
Octal 205 160 222 11 27 0 53 425 15 63
Binary 10000101 1110000 10010010 1001 10111 0 101011 100010101 1101 110011

Color Harmonies of #857092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857092

Black with #857092

Text Example


Text Example

White with #857092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857092; }

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

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

background-color css

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

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

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

border-color css

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

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

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