Html Css Color HEX #87758F Topaz

📋 copy color: '#87758F'

red 135 ◦ green 117 ◦ blue 143

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

Shades of Topaz #87758F

Tints of Topaz #87758F

RGB

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

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

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

R = 34.18%
G = 29.62%
B = 36.2%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#87758F (or 0x87758F) is known color: Topaz. HEX triplet: 87, 75 and 8F. RGB value is (135,117,143). Sum of RGB (Red+Green+Blue) = 135+117+143=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 143 - color contains mainly: blue. Hex color #87758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87758F is #788A70. Grayscale: #7D7D7D. Windows color (decimal): -7899761 or 9401735. OLE color: 9401735.

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

Color convert

RGB 135 117 143 -
CMYK 0.06 0.18 0 0.44
HSL 281.54º 0.1% 0.51% -
HSV(B) 281.54º 0.18% 0.56% -
XYZ 21.31 19.86 28.7 -
YUV 125.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 135 117 143 0.06 0.18 0 0.44 281.54 0.1 0.51
Hex 87 75 8F 6 12 0 2C 11A A 33
Octal 207 165 217 6 22 0 54 432 12 63
Binary 10000111 1110101 10001111 110 10010 0 101100 100011010 1010 110011

Color Harmonies of #87758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87758F

Black with #87758F

Text Example


Text Example

White with #87758F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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