Html Css Color HEX #87748D Topaz

📋 copy color: '#87748D'

red 135 ◦ green 116 ◦ blue 141

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

Shades of Topaz #87748D

Tints of Topaz #87748D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.97%

R = 34.44%
G = 29.59%
B = 35.97%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87748D (or 0x87748D) is known color: Topaz. HEX triplet: 87, 74 and 8D. RGB value is (135,116,141). Sum of RGB (Red+Green+Blue) = 135+116+141=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 141 - color contains mainly: blue. Hex color #87748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87748D is #788B72. Grayscale: #7C7C7C. Windows color (decimal): -7900019 or 9270407. OLE color: 9270407.

HSL color Cylindrical-coordinate representation of color #87748D: hue angle of 285.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87748D is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 116 141 -
CMYK 0.04 0.18 0 0.45
HSL 285.6º 0.1% 0.5% -
HSV(B) 285.6º 0.18% 0.55% -
XYZ 21.04 19.56 27.87 -
YUV 124.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 135 116 141 0.04 0.18 0 0.45 285.6 0.1 0.5
Hex 87 74 8D 4 12 0 2D 11E A 32
Octal 207 164 215 4 22 0 55 436 12 62
Binary 10000111 1110100 10001101 100 10010 0 101101 100011110 1010 110010

Color Harmonies of #87748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87748D

Black with #87748D

Text Example


Text Example

White with #87748D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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