Html Css Color HEX #87758E Topaz

📋 copy color: '#87758E'

red 135 ◦ green 117 ◦ blue 142

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

Shades of Topaz #87758E

Tints of Topaz #87758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.7%

 BLUE value IS 142 (55.86% from 255) = 36.04%

R = 34.26%
G = 29.7%
B = 36.04%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#87758E (or 0x87758E) is known color: Topaz. HEX triplet: 87, 75 and 8E. RGB value is (135,117,142). Sum of RGB (Red+Green+Blue) = 135+117+142=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 142 - color contains mainly: blue. Hex color #87758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87758E is #788A71. Grayscale: #7D7D7D. Windows color (decimal): -7899762 or 9336199. OLE color: 9336199.

HSL color Cylindrical-coordinate representation of color #87758E: hue angle of 283.2º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87758E is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 117 142 -
CMYK 0.05 0.18 0 0.44
HSL 283.2º 0.1% 0.51% -
HSV(B) 283.2º 0.18% 0.56% -
XYZ 21.24 19.83 28.3 -
YUV 125.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 135 117 142 0.05 0.18 0 0.44 283.2 0.1 0.51
Hex 87 75 8E 5 12 0 2C 11B A 33
Octal 207 165 216 5 22 0 54 433 12 63
Binary 10000111 1110101 10001110 101 10010 0 101100 100011011 1010 110011

Color Harmonies of #87758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87758E

Black with #87758E

Text Example


Text Example

White with #87758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87758E; }

 p { color: rgb(135,117,142); }

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

background-color css

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

 a { background-color: rgb(135,117,142); }

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

border-color css

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

 span { border-color: rgb(135,117,142); }

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