Html Css Color HEX #857F87 Topaz

📋 copy color: '#857F87'

red 133 ◦ green 127 ◦ blue 135

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

Shades of Topaz #857F87

Tints of Topaz #857F87

RGB

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

 GREEN value IS 127 (50% from 255) = 32.15%

 BLUE value IS 135 (53.13% from 255) = 34.18%

R = 33.67%
G = 32.15%
B = 34.18%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#857F87 (or 0x857F87) is known color: Topaz. HEX triplet: 85, 7F and 87. RGB value is (133,127,135). Sum of RGB (Red+Green+Blue) = 133+127+135=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 135 - color contains mainly: blue. Hex color #857F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857F87 is #7A8078. Grayscale: #818181. Windows color (decimal): -8028281 or 8880005. OLE color: 8880005.

HSL color Cylindrical-coordinate representation of color #857F87: hue angle of 285º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #857F87 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 127 135 -
CMYK 0.01 0.06 0 0.47
HSL 285º 0.03% 0.51% -
HSV(B) 285º 0.06% 0.53% -
XYZ 21.64 21.91 26.01 -
YUV 129.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 133 127 135 0.01 0.06 0 0.47 285 0.03 0.51
Hex 85 7F 87 1 6 0 2F 11D 3 33
Octal 205 177 207 1 6 0 57 435 3 63
Binary 10000101 1111111 10000111 1 110 0 101111 100011101 11 110011

Color Harmonies of #857F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F87

Black with #857F87

Text Example


Text Example

White with #857F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857F87; }

 p { color: rgb(133,127,135); }

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

background-color css

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

 a { background-color: rgb(133,127,135); }

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

border-color css

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

 span { border-color: rgb(133,127,135); }

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