Html Css Color HEX #857E89 Topaz

📋 copy color: '#857E89'

red 133 ◦ green 126 ◦ blue 137

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

Shades of Topaz #857E89

Tints of Topaz #857E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.6%

R = 33.59%
G = 31.82%
B = 34.6%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#857E89 (or 0x857E89) is known color: Topaz. HEX triplet: 85, 7E and 89. RGB value is (133,126,137). Sum of RGB (Red+Green+Blue) = 133+126+137=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 137 - color contains mainly: blue. Hex color #857E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857E89 is #7A8176. Grayscale: #818181. Windows color (decimal): -8028535 or 9010821. OLE color: 9010821.

HSL color Cylindrical-coordinate representation of color #857E89: hue angle of 278.18º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #857E89 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 126 137 -
CMYK 0.03 0.08 0 0.46
HSL 278.18º 0.04% 0.52% -
HSV(B) 278.18º 0.08% 0.54% -
XYZ 21.65 21.71 26.72 -
YUV 129.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 133 126 137 0.03 0.08 0 0.46 278.18 0.04 0.52
Hex 85 7E 89 3 8 0 2E 116 4 34
Octal 205 176 211 3 10 0 56 426 4 64
Binary 10000101 1111110 10001001 11 1000 0 101110 100010110 100 110100

Color Harmonies of #857E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E89

Black with #857E89

Text Example


Text Example

White with #857E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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