Html Css Color HEX #87778C Topaz

📋 copy color: '#87778C'

red 135 ◦ green 119 ◦ blue 140

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

Shades of Topaz #87778C

Tints of Topaz #87778C

RGB

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

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

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

R = 34.26%
G = 30.2%
B = 35.53%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87778C (or 0x87778C) is known color: Topaz. HEX triplet: 87, 77 and 8C. RGB value is (135,119,140). Sum of RGB (Red+Green+Blue) = 135+119+140=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 140 - color contains mainly: blue. Hex color #87778C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87778C is #788873. Grayscale: #7E7E7E. Windows color (decimal): -7899252 or 9205639. OLE color: 9205639.

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

Color convert

RGB 135 119 140 -
CMYK 0.04 0.15 0 0.45
HSL 285.71º 0.08% 0.51% -
HSV(B) 285.71º 0.15% 0.55% -
XYZ 21.32 20.24 27.59 -
YUV 126.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 135 119 140 0.04 0.15 0 0.45 285.71 0.08 0.51
Hex 87 77 8C 4 F 0 2D 11E 8 33
Octal 207 167 214 4 17 0 55 436 10 63
Binary 10000111 1110111 10001100 100 1111 0 101101 100011110 1000 110011

Color Harmonies of #87778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87778C

Black with #87778C

Text Example


Text Example

White with #87778C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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