Html Css Color HEX #87778D Topaz

📋 copy color: '#87778D'

red 135 ◦ green 119 ◦ blue 141

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

Shades of Topaz #87778D

Tints of Topaz #87778D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.13%

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 34.18%
G = 30.13%
B = 35.7%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87778D (or 0x87778D) is known color: Topaz. HEX triplet: 87, 77 and 8D. RGB value is (135,119,141). Sum of RGB (Red+Green+Blue) = 135+119+141=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 141 - color contains mainly: blue. Hex color #87778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87778D is #788872. Grayscale: #7E7E7E. Windows color (decimal): -7899251 or 9271175. OLE color: 9271175.

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

Color convert

RGB 135 119 141 -
CMYK 0.04 0.16 0 0.45
HSL 283.64º 0.09% 0.51% -
HSV(B) 283.64º 0.16% 0.55% -
XYZ 21.4 20.27 27.98 -
YUV 126.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 135 119 141 0.04 0.16 0 0.45 283.64 0.09 0.51
Hex 87 77 8D 4 10 0 2D 11C 9 33
Octal 207 167 215 4 20 0 55 434 11 63
Binary 10000111 1110111 10001101 100 10000 0 101101 100011100 1001 110011

Color Harmonies of #87778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87778D

Black with #87778D

Text Example


Text Example

White with #87778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87778D; }

 p { color: rgb(135,119,141); }

 H1.HeaderClassName
 {
   color: #87778D;
 }
 .AnyTagClassName
 {
   color: #87778D;
 }
</style>

background-color css

<style>
 a { background-color: #87778D; }

 a { background-color: rgb(135,119,141); }

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

border-color css

<style>
 span { border-color: #87778D; }

 span { border-color: rgb(135,119,141); }

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