Html Css Color HEX #877797 Topaz

📋 copy color: '#877797'

red 135 ◦ green 119 ◦ blue 151

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

Shades of Topaz #877797

Tints of Topaz #877797

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.38%

 BLUE value IS 151 (59.38% from 255) = 37.28%

R = 33.33%
G = 29.38%
B = 37.28%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#877797 (or 0x877797) is known color: Topaz. HEX triplet: 87, 77 and 97. RGB value is (135,119,151). Sum of RGB (Red+Green+Blue) = 135+119+151=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 151 - color contains mainly: blue. Hex color #877797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877797 is #788868. Grayscale: #7F7F7F. Windows color (decimal): -7899241 or 9926535. OLE color: 9926535.

HSL color Cylindrical-coordinate representation of color #877797: hue angle of 270º 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 #877797 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 119 151 -
CMYK 0.11 0.21 0 0.41
HSL 270º 0.13% 0.53% -
HSV(B) 270º 0.21% 0.59% -
XYZ 22.17 20.58 32.08 -
YUV 127.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 135 119 151 0.11 0.21 0 0.41 270 0.13 0.53
Hex 87 77 97 B 15 0 29 10E D 35
Octal 207 167 227 13 25 0 51 416 15 65
Binary 10000111 1110111 10010111 1011 10101 0 101001 100001110 1101 110101

Color Harmonies of #877797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877797

Black with #877797

Text Example


Text Example

White with #877797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877797; }

 p { color: rgb(135,119,151); }

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

background-color css

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

 a { background-color: rgb(135,119,151); }

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

border-color css

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

 span { border-color: rgb(135,119,151); }

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