Html Css Color HEX #877490 Topaz

📋 copy color: '#877490'

red 135 ◦ green 116 ◦ blue 144

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

Shades of Topaz #877490

Tints of Topaz #877490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.37%

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

R = 34.18%
G = 29.37%
B = 36.46%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#877490 (or 0x877490) is known color: Topaz. HEX triplet: 87, 74 and 90. RGB value is (135,116,144). Sum of RGB (Red+Green+Blue) = 135+116+144=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #877490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877490 is #788B6F. Grayscale: #7C7C7C. Windows color (decimal): -7900016 or 9467015. OLE color: 9467015.

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

Color convert

RGB 135 116 144 -
CMYK 0.06 0.19 0 0.44
HSL 280.71º 0.11% 0.51% -
HSV(B) 280.71º 0.19% 0.56% -
XYZ 21.27 19.66 29.06 -
YUV 124.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 135 116 144 0.06 0.19 0 0.44 280.71 0.11 0.51
Hex 87 74 90 6 13 0 2C 119 B 33
Octal 207 164 220 6 23 0 54 431 13 63
Binary 10000111 1110100 10010000 110 10011 0 101100 100011001 1011 110011

Color Harmonies of #877490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877490

Black with #877490

Text Example


Text Example

White with #877490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877490; }

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

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

background-color css

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

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

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

border-color css

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

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

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