Html Css Color HEX #87748E Topaz

📋 copy color: '#87748E'

red 135 ◦ green 116 ◦ blue 142

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

Shades of Topaz #87748E

Tints of Topaz #87748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.52%

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

R = 34.35%
G = 29.52%
B = 36.13%

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

#87748E (or 0x87748E) is known color: Topaz. HEX triplet: 87, 74 and 8E. RGB value is (135,116,142). Sum of RGB (Red+Green+Blue) = 135+116+142=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 142 - color contains mainly: blue. Hex color #87748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87748E is #788B71. Grayscale: #7C7C7C. Windows color (decimal): -7900018 or 9335943. OLE color: 9335943.

HSL color Cylindrical-coordinate representation of color #87748E: hue angle of 283.85º 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 #87748E is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 116 142 -
CMYK 0.05 0.18 0 0.44
HSL 283.85º 0.1% 0.51% -
HSV(B) 283.85º 0.18% 0.56% -
XYZ 21.12 19.59 28.26 -
YUV 124.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 135 116 142 0.05 0.18 0 0.44 283.85 0.1 0.51
Hex 87 74 8E 5 12 0 2C 11C A 33
Octal 207 164 216 5 22 0 54 434 12 63
Binary 10000111 1110100 10001110 101 10010 0 101100 100011100 1010 110011

Color Harmonies of #87748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87748E

Black with #87748E

Text Example


Text Example

White with #87748E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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