Html Css Color HEX #87768F Topaz

📋 copy color: '#87768F'

red 135 ◦ green 118 ◦ blue 143

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

Shades of Topaz #87768F

Tints of Topaz #87768F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

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

R = 34.09%
G = 29.8%
B = 36.11%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#87768F (or 0x87768F) is known color: Topaz. HEX triplet: 87, 76 and 8F. RGB value is (135,118,143). Sum of RGB (Red+Green+Blue) = 135+118+143=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 143 - color contains mainly: blue. Hex color #87768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87768F is #788970. Grayscale: #7D7D7D. Windows color (decimal): -7899505 or 9401991. OLE color: 9401991.

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

Color convert

RGB 135 118 143 -
CMYK 0.06 0.17 0 0.44
HSL 280.8º 0.1% 0.51% -
HSV(B) 280.8º 0.17% 0.56% -
XYZ 21.43 20.09 28.74 -
YUV 125.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 135 118 143 0.06 0.17 0 0.44 280.8 0.1 0.51
Hex 87 76 8F 6 11 0 2C 119 A 33
Octal 207 166 217 6 21 0 54 431 12 63
Binary 10000111 1110110 10001111 110 10001 0 101100 100011001 1010 110011

Color Harmonies of #87768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87768F

Black with #87768F

Text Example


Text Example

White with #87768F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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