Html Css Color HEX #877594 Topaz

📋 copy color: '#877594'

red 135 ◦ green 117 ◦ blue 148

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

Shades of Topaz #877594

Tints of Topaz #877594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.25%

 BLUE value IS 148 (58.2% from 255) = 37%

R = 33.75%
G = 29.25%
B = 37%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#877594 (or 0x877594) is known color: Topaz. HEX triplet: 87, 75 and 94. RGB value is (135,117,148). Sum of RGB (Red+Green+Blue) = 135+117+148=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 148 - color contains mainly: blue. Hex color #877594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877594 is #788A6B. Grayscale: #7D7D7D. Windows color (decimal): -7899756 or 9729415. OLE color: 9729415.

HSL color Cylindrical-coordinate representation of color #877594: hue angle of 274.84º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #877594 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 117 148 -
CMYK 0.09 0.21 0 0.42
HSL 274.84º 0.13% 0.52% -
HSV(B) 274.84º 0.21% 0.58% -
XYZ 21.7 20.01 30.74 -
YUV 125.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 135 117 148 0.09 0.21 0 0.42 274.84 0.13 0.52
Hex 87 75 94 9 15 0 2A 113 D 34
Octal 207 165 224 11 25 0 52 423 15 64
Binary 10000111 1110101 10010100 1001 10101 0 101010 100010011 1101 110100

Color Harmonies of #877594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877594

Black with #877594

Text Example


Text Example

White with #877594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877594; }

 p { color: rgb(135,117,148); }

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

background-color css

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

 a { background-color: rgb(135,117,148); }

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

border-color css

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

 span { border-color: rgb(135,117,148); }

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