Html Css Color HEX #877492 Topaz

📋 copy color: '#877492'

red 135 ◦ green 116 ◦ blue 146

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

Shades of Topaz #877492

Tints of Topaz #877492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.22%

 BLUE value IS 146 (57.42% from 255) = 36.78%

R = 34.01%
G = 29.22%
B = 36.78%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#877492 (or 0x877492) is known color: Topaz. HEX triplet: 87, 74 and 92. RGB value is (135,116,146). Sum of RGB (Red+Green+Blue) = 135+116+146=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #877492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877492 is #788B6D. Grayscale: #7D7D7D. Windows color (decimal): -7900014 or 9598087. OLE color: 9598087.

HSL color Cylindrical-coordinate representation of color #877492: hue angle of 278º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #877492 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 116 146 -
CMYK 0.08 0.21 0 0.43
HSL 278º 0.12% 0.51% -
HSV(B) 278º 0.21% 0.57% -
XYZ 21.43 19.72 29.87 -
YUV 125.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 135 116 146 0.08 0.21 0 0.43 278 0.12 0.51
Hex 87 74 92 8 15 0 2B 116 C 33
Octal 207 164 222 10 25 0 53 426 14 63
Binary 10000111 1110100 10010010 1000 10101 0 101011 100010110 1100 110011

Color Harmonies of #877492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877492

Black with #877492

Text Example


Text Example

White with #877492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877492; }

 p { color: rgb(135,116,146); }

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

background-color css

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

 a { background-color: rgb(135,116,146); }

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

border-color css

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

 span { border-color: rgb(135,116,146); }

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