Html Css Color HEX #857E8B Topaz

📋 copy color: '#857E8B'

red 133 ◦ green 126 ◦ blue 139

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

Shades of Topaz #857E8B

Tints of Topaz #857E8B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.66%

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

R = 33.42%
G = 31.66%
B = 34.92%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#857E8B (or 0x857E8B) is known color: Topaz. HEX triplet: 85, 7E and 8B. RGB value is (133,126,139). Sum of RGB (Red+Green+Blue) = 133+126+139=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 139 - color contains mainly: blue. Hex color #857E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857E8B is #7A8174. Grayscale: #818181. Windows color (decimal): -8028533 or 9141893. OLE color: 9141893.

HSL color Cylindrical-coordinate representation of color #857E8B: hue angle of 272.31º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #857E8B is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 126 139 -
CMYK 0.04 0.09 0 0.45
HSL 272.31º 0.05% 0.52% -
HSV(B) 272.31º 0.09% 0.55% -
XYZ 21.79 21.77 27.48 -
YUV 129.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 133 126 139 0.04 0.09 0 0.45 272.31 0.05 0.52
Hex 85 7E 8B 4 9 0 2D 110 5 34
Octal 205 176 213 4 11 0 55 420 5 64
Binary 10000101 1111110 10001011 100 1001 0 101101 100010000 101 110100

Color Harmonies of #857E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E8B

Black with #857E8B

Text Example


Text Example

White with #857E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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