Html Css Color HEX #857F91 Topaz

📋 copy color: '#857F91'

red 133 ◦ green 127 ◦ blue 145

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

Shades of Topaz #857F91

Tints of Topaz #857F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.8%

R = 32.84%
G = 31.36%
B = 35.8%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#857F91 (or 0x857F91) is known color: Topaz. HEX triplet: 85, 7F and 91. RGB value is (133,127,145). Sum of RGB (Red+Green+Blue) = 133+127+145=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 145 - color contains mainly: blue. Hex color #857F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857F91 is #7A806E. Grayscale: #828282. Windows color (decimal): -8028271 or 9535365. OLE color: 9535365.

HSL color Cylindrical-coordinate representation of color #857F91: hue angle of 260º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #857F91 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 127 145 -
CMYK 0.08 0.12 0 0.43
HSL 260º 0.08% 0.53% -
HSV(B) 260º 0.12% 0.57% -
XYZ 22.37 22.21 29.9 -
YUV 130.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 133 127 145 0.08 0.12 0 0.43 260 0.08 0.53
Hex 85 7F 91 8 C 0 2B 104 8 35
Octal 205 177 221 10 14 0 53 404 10 65
Binary 10000101 1111111 10010001 1000 1100 0 101011 100000100 1000 110101

Color Harmonies of #857F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F91

Black with #857F91

Text Example


Text Example

White with #857F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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