Html Css Color HEX #87788E Topaz

📋 copy color: '#87788E'

red 135 ◦ green 120 ◦ blue 142

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

Shades of Topaz #87788E

Tints of Topaz #87788E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.23%

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

R = 34.01%
G = 30.23%
B = 35.77%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#87788E (or 0x87788E) is known color: Topaz. HEX triplet: 87, 78 and 8E. RGB value is (135,120,142). Sum of RGB (Red+Green+Blue) = 135+120+142=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 142 - color contains mainly: blue. Hex color #87788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87788E is #788771. Grayscale: #7E7E7E. Windows color (decimal): -7898994 or 9336967. OLE color: 9336967.

HSL color Cylindrical-coordinate representation of color #87788E: hue angle of 280.91º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #87788E is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 120 142 -
CMYK 0.05 0.15 0 0.44
HSL 280.91º 0.09% 0.51% -
HSV(B) 280.91º 0.15% 0.56% -
XYZ 21.59 20.54 28.42 -
YUV 126.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 135 120 142 0.05 0.15 0 0.44 280.91 0.09 0.51
Hex 87 78 8E 5 F 0 2C 119 9 33
Octal 207 170 216 5 17 0 54 431 11 63
Binary 10000111 1111000 10001110 101 1111 0 101100 100011001 1001 110011

Color Harmonies of #87788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87788E

Black with #87788E

Text Example


Text Example

White with #87788E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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