Html Css Color HEX #877B8E Topaz

📋 copy color: '#877B8E'

red 135 ◦ green 123 ◦ blue 142

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

Shades of Topaz #877B8E

Tints of Topaz #877B8E

RGB

 RED value IS 135 (53.13% from 255) = 33.75%

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

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 33.75%
G = 30.75%
B = 35.5%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#877B8E (or 0x877B8E) is known color: Topaz. HEX triplet: 87, 7B and 8E. RGB value is (135,123,142). Sum of RGB (Red+Green+Blue) = 135+123+142=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 142 - color contains mainly: blue. Hex color #877B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877B8E is #788471. Grayscale: #808080. Windows color (decimal): -7898226 or 9337735. OLE color: 9337735.

HSL color Cylindrical-coordinate representation of color #877B8E: hue angle of 277.89º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #877B8E is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 123 142 -
CMYK 0.05 0.13 0 0.44
HSL 277.89º 0.08% 0.52% -
HSV(B) 277.89º 0.13% 0.56% -
XYZ 21.96 21.27 28.54 -
YUV 128.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 135 123 142 0.05 0.13 0 0.44 277.89 0.08 0.52
Hex 87 7B 8E 5 D 0 2C 116 8 34
Octal 207 173 216 5 15 0 54 426 10 64
Binary 10000111 1111011 10001110 101 1101 0 101100 100010110 1000 110100

Color Harmonies of #877B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877B8E

Black with #877B8E

Text Example


Text Example

White with #877B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877B8E; }

 p { color: rgb(135,123,142); }

 H1.HeaderClassName
 {
   color: #877B8E;
 }
 .AnyTagClassName
 {
   color: #877B8E;
 }
</style>

background-color css

<style>
 a { background-color: #877B8E; }

 a { background-color: rgb(135,123,142); }

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

border-color css

<style>
 span { border-color: #877B8E; }

 span { border-color: rgb(135,123,142); }

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