Html Css Color HEX #877491 Topaz

📋 copy color: '#877491'

red 135 ◦ green 116 ◦ blue 145

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

Shades of Topaz #877491

Tints of Topaz #877491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.62%

R = 34.09%
G = 29.29%
B = 36.62%

CMYK

 C value IS 0.07

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#877491 (or 0x877491) is known color: Topaz. HEX triplet: 87, 74 and 91. RGB value is (135,116,145). Sum of RGB (Red+Green+Blue) = 135+116+145=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 145 - color contains mainly: blue. Hex color #877491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877491 is #788B6E. Grayscale: #7C7C7C. Windows color (decimal): -7900015 or 9532551. OLE color: 9532551.

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

Color convert

RGB 135 116 145 -
CMYK 0.07 0.2 0 0.43
HSL 279.31º 0.12% 0.51% -
HSV(B) 279.31º 0.2% 0.57% -
XYZ 21.35 19.69 29.46 -
YUV 124.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 135 116 145 0.07 0.2 0 0.43 279.31 0.12 0.51
Hex 87 74 91 7 14 0 2B 117 C 33
Octal 207 164 221 7 24 0 53 427 14 63
Binary 10000111 1110100 10010001 111 10100 0 101011 100010111 1100 110011

Color Harmonies of #877491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877491

Black with #877491

Text Example


Text Example

White with #877491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877491; }

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

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

background-color css

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

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

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

border-color css

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

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

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