Html Css Color HEX #857B91 Topaz

📋 copy color: '#857B91'

red 133 ◦ green 123 ◦ blue 145

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

Shades of Topaz #857B91

Tints of Topaz #857B91

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.67%

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

R = 33.17%
G = 30.67%
B = 36.16%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#857B91 (or 0x857B91) is known color: Topaz. HEX triplet: 85, 7B and 91. RGB value is (133,123,145). Sum of RGB (Red+Green+Blue) = 133+123+145=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 145 - color contains mainly: blue. Hex color #857B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857B91 is #7A846E. Grayscale: #808080. Windows color (decimal): -8029295 or 9534341. OLE color: 9534341.

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

Color convert

RGB 133 123 145 -
CMYK 0.08 0.15 0 0.43
HSL 267.27º 0.09% 0.53% -
HSV(B) 267.27º 0.15% 0.57% -
XYZ 21.87 21.2 29.73 -
YUV 128.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 133 123 145 0.08 0.15 0 0.43 267.27 0.09 0.53
Hex 85 7B 91 8 F 0 2B 10B 9 35
Octal 205 173 221 10 17 0 53 413 11 65
Binary 10000101 1111011 10010001 1000 1111 0 101011 100001011 1001 110101

Color Harmonies of #857B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B91

Black with #857B91

Text Example


Text Example

White with #857B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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