Html Css Color HEX #877696 Topaz

📋 copy color: '#877696'

red 135 ◦ green 118 ◦ blue 150

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

Shades of Topaz #877696

Tints of Topaz #877696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.28%

 BLUE value IS 150 (58.98% from 255) = 37.22%

R = 33.5%
G = 29.28%
B = 37.22%

CMYK

 C value IS 0.1

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#877696 (or 0x877696) is known color: Topaz. HEX triplet: 87, 76 and 96. RGB value is (135,118,150). Sum of RGB (Red+Green+Blue) = 135+118+150=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 150 - color contains mainly: blue. Hex color #877696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877696 is #788969. Grayscale: #7E7E7E. Windows color (decimal): -7899498 or 9860743. OLE color: 9860743.

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

Color convert

RGB 135 118 150 -
CMYK 0.1 0.21 0 0.41
HSL 271.88º 0.13% 0.53% -
HSV(B) 271.88º 0.21% 0.59% -
XYZ 21.98 20.31 31.62 -
YUV 126.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 135 118 150 0.1 0.21 0 0.41 271.88 0.13 0.53
Hex 87 76 96 A 15 0 29 110 D 35
Octal 207 166 226 12 25 0 51 420 15 65
Binary 10000111 1110110 10010110 1010 10101 0 101001 100010000 1101 110101

Color Harmonies of #877696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877696

Black with #877696

Text Example


Text Example

White with #877696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877696; }

 p { color: rgb(135,118,150); }

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

background-color css

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

 a { background-color: rgb(135,118,150); }

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

border-color css

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

 span { border-color: rgb(135,118,150); }

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