Html Css Color HEX #87788C Topaz

📋 copy color: '#87788C'

red 135 ◦ green 120 ◦ blue 140

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

Shades of Topaz #87788C

Tints of Topaz #87788C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.44%

R = 34.18%
G = 30.38%
B = 35.44%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87788C (or 0x87788C) is known color: Topaz. HEX triplet: 87, 78 and 8C. RGB value is (135,120,140). Sum of RGB (Red+Green+Blue) = 135+120+140=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 140 - color contains mainly: blue. Hex color #87788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87788C is #788773. Grayscale: #7E7E7E. Windows color (decimal): -7898996 or 9205895. OLE color: 9205895.

HSL color Cylindrical-coordinate representation of color #87788C: hue angle of 285º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #87788C is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 120 140 -
CMYK 0.04 0.14 0 0.45
HSL 285º 0.08% 0.51% -
HSV(B) 285º 0.14% 0.55% -
XYZ 21.44 20.48 27.63 -
YUV 126.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 135 120 140 0.04 0.14 0 0.45 285 0.08 0.51
Hex 87 78 8C 4 E 0 2D 11D 8 33
Octal 207 170 214 4 16 0 55 435 10 63
Binary 10000111 1111000 10001100 100 1110 0 101101 100011101 1000 110011

Color Harmonies of #87788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87788C

Black with #87788C

Text Example


Text Example

White with #87788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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