Html Css Color HEX #877993 Topaz

📋 copy color: '#877993'

red 135 ◦ green 121 ◦ blue 147

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

Shades of Topaz #877993

Tints of Topaz #877993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.48%

R = 33.5%
G = 30.02%
B = 36.48%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#877993 (or 0x877993) is known color: Topaz. HEX triplet: 87, 79 and 93. RGB value is (135,121,147). Sum of RGB (Red+Green+Blue) = 135+121+147=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 147 - color contains mainly: blue. Hex color #877993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877993 is #78866C. Grayscale: #808080. Windows color (decimal): -7898733 or 9664903. OLE color: 9664903.

HSL color Cylindrical-coordinate representation of color #877993: hue angle of 272.31º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #877993 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 121 147 -
CMYK 0.08 0.18 0 0.42
HSL 272.31º 0.11% 0.53% -
HSV(B) 272.31º 0.18% 0.58% -
XYZ 22.1 20.93 30.48 -
YUV 128.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 135 121 147 0.08 0.18 0 0.42 272.31 0.11 0.53
Hex 87 79 93 8 12 0 2A 110 B 35
Octal 207 171 223 10 22 0 52 420 13 65
Binary 10000111 1111001 10010011 1000 10010 0 101010 100010000 1011 110101

Color Harmonies of #877993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877993

Black with #877993

Text Example


Text Example

White with #877993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877993; }

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

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

background-color css

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

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

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

border-color css

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

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

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