Html Css Color HEX #877898 Topaz

📋 copy color: '#877898'

red 135 ◦ green 120 ◦ blue 152

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

Shades of Topaz #877898

Tints of Topaz #877898

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.48%

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 33.17%
G = 29.48%
B = 37.35%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#877898 (or 0x877898) is known color: Topaz. HEX triplet: 87, 78 and 98. RGB value is (135,120,152). Sum of RGB (Red+Green+Blue) = 135+120+152=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 152 - color contains mainly: blue. Hex color #877898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877898 is #788767. Grayscale: #808080. Windows color (decimal): -7898984 or 9992327. OLE color: 9992327.

HSL color Cylindrical-coordinate representation of color #877898: hue angle of 268.12º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #877898 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 135 120 152 -
CMYK 0.11 0.21 0 0.40
HSL 268.13º 0.13% 0.53% -
HSV(B) 268.13º 0.21% 0.6% -
XYZ 22.38 20.85 32.55 -
YUV 128.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 135 120 152 0.11 0.21 0 0.40 268.13 0.13 0.53
Hex 87 78 98 B 15 0 28 10C D 35
Octal 207 170 230 13 25 0 50 414 15 65
Binary 10000111 1111000 10011000 1011 10101 0 101000 100001100 1101 110101

Color Harmonies of #877898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877898

Black with #877898

Text Example


Text Example

White with #877898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877898; }

 p { color: rgb(135,120,152); }

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

background-color css

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

 a { background-color: rgb(135,120,152); }

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

border-color css

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

 span { border-color: rgb(135,120,152); }

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