Html Css Color HEX #877990 Topaz

📋 copy color: '#877990'

red 135 ◦ green 121 ◦ blue 144

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

Shades of Topaz #877990

Tints of Topaz #877990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.25%

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

R = 33.75%
G = 30.25%
B = 36%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#877990 (or 0x877990) is known color: Topaz. HEX triplet: 87, 79 and 90. RGB value is (135,121,144). Sum of RGB (Red+Green+Blue) = 135+121+144=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 144 - color contains mainly: blue. Hex color #877990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877990 is #78866F. Grayscale: #7F7F7F. Windows color (decimal): -7898736 or 9468295. OLE color: 9468295.

HSL color Cylindrical-coordinate representation of color #877990: hue angle of 276.52º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #877990 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 121 144 -
CMYK 0.06 0.16 0 0.44
HSL 276.52º 0.09% 0.52% -
HSV(B) 276.52º 0.16% 0.56% -
XYZ 21.86 20.84 29.26 -
YUV 127.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 135 121 144 0.06 0.16 0 0.44 276.52 0.09 0.52
Hex 87 79 90 6 10 0 2C 115 9 34
Octal 207 171 220 6 20 0 54 425 11 64
Binary 10000111 1111001 10010000 110 10000 0 101100 100010101 1001 110100

Color Harmonies of #877990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877990

Black with #877990

Text Example


Text Example

White with #877990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877990; }

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

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

background-color css

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

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

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

border-color css

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

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

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