Html Css Color HEX #87798C Topaz

📋 copy color: '#87798C'

red 135 ◦ green 121 ◦ blue 140

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

Shades of Topaz #87798C

Tints of Topaz #87798C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.56%

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

R = 34.09%
G = 30.56%
B = 35.35%

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

#87798C (or 0x87798C) is known color: Topaz. HEX triplet: 87, 79 and 8C. RGB value is (135,121,140). Sum of RGB (Red+Green+Blue) = 135+121+140=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 140 - color contains mainly: blue. Hex color #87798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87798C is #788673. Grayscale: #7F7F7F. Windows color (decimal): -7898740 or 9206151. OLE color: 9206151.

HSL color Cylindrical-coordinate representation of color #87798C: hue angle of 284.21º 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 #87798C is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 121 140 -
CMYK 0.04 0.14 0 0.45
HSL 284.21º 0.08% 0.51% -
HSV(B) 284.21º 0.14% 0.55% -
XYZ 21.56 20.72 27.67 -
YUV 127.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 135 121 140 0.04 0.14 0 0.45 284.21 0.08 0.51
Hex 87 79 8C 4 E 0 2D 11C 8 33
Octal 207 171 214 4 16 0 55 434 10 63
Binary 10000111 1111001 10001100 100 1110 0 101101 100011100 1000 110011

Color Harmonies of #87798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87798C

Black with #87798C

Text Example


Text Example

White with #87798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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