Html Css Color HEX #877C90 Topaz

📋 copy color: '#877C90'

red 135 ◦ green 124 ◦ blue 144

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

Shades of Topaz #877C90

Tints of Topaz #877C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.77%

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 33.5%
G = 30.77%
B = 35.73%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#877C90 (or 0x877C90) is known color: Topaz. HEX triplet: 87, 7C and 90. RGB value is (135,124,144). Sum of RGB (Red+Green+Blue) = 135+124+144=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 144 - color contains mainly: blue. Hex color #877C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877C90 is #78836F. Grayscale: #818181. Windows color (decimal): -7897968 or 9469063. OLE color: 9469063.

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

Color convert

RGB 135 124 144 -
CMYK 0.06 0.14 0 0.44
HSL 273º 0.08% 0.53% -
HSV(B) 273º 0.14% 0.56% -
XYZ 22.23 21.58 29.38 -
YUV 129.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 135 124 144 0.06 0.14 0 0.44 273 0.08 0.53
Hex 87 7C 90 6 E 0 2C 111 8 35
Octal 207 174 220 6 16 0 54 421 10 65
Binary 10000111 1111100 10010000 110 1110 0 101100 100010001 1000 110101

Color Harmonies of #877C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877C90

Black with #877C90

Text Example


Text Example

White with #877C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,124,144); }

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

background-color css

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

 a { background-color: rgb(135,124,144); }

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

border-color css

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

 span { border-color: rgb(135,124,144); }

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