Html Css Color HEX #87748F Topaz

📋 copy color: '#87748F'

red 135 ◦ green 116 ◦ blue 143

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

Shades of Topaz #87748F

Tints of Topaz #87748F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.29%

R = 34.26%
G = 29.44%
B = 36.29%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#87748F (or 0x87748F) is known color: Topaz. HEX triplet: 87, 74 and 8F. RGB value is (135,116,143). Sum of RGB (Red+Green+Blue) = 135+116+143=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 143 - color contains mainly: blue. Hex color #87748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87748F is #788B70. Grayscale: #7C7C7C. Windows color (decimal): -7900017 or 9401479. OLE color: 9401479.

HSL color Cylindrical-coordinate representation of color #87748F: hue angle of 282.22º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87748F is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 116 143 -
CMYK 0.06 0.19 0 0.44
HSL 282.22º 0.11% 0.51% -
HSV(B) 282.22º 0.19% 0.56% -
XYZ 21.19 19.62 28.66 -
YUV 124.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 135 116 143 0.06 0.19 0 0.44 282.22 0.11 0.51
Hex 87 74 8F 6 13 0 2C 11A B 33
Octal 207 164 217 6 23 0 54 432 13 63
Binary 10000111 1110100 10001111 110 10011 0 101100 100011010 1011 110011

Color Harmonies of #87748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87748F

Black with #87748F

Text Example


Text Example

White with #87748F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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