Html Css Color HEX #877994 Topaz

📋 copy color: '#877994'

red 135 ◦ green 121 ◦ blue 148

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

Shades of Topaz #877994

Tints of Topaz #877994

RGB

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

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

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

R = 33.42%
G = 29.95%
B = 36.63%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#877994 (or 0x877994) is known color: Topaz. HEX triplet: 87, 79 and 94. RGB value is (135,121,148). Sum of RGB (Red+Green+Blue) = 135+121+148=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 148 - color contains mainly: blue. Hex color #877994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877994 is #78866B. Grayscale: #808080. Windows color (decimal): -7898732 or 9730439. OLE color: 9730439.

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

Color convert

RGB 135 121 148 -
CMYK 0.09 0.18 0 0.42
HSL 271.11º 0.11% 0.53% -
HSV(B) 271.11º 0.18% 0.58% -
XYZ 22.17 20.96 30.89 -
YUV 128.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 135 121 148 0.09 0.18 0 0.42 271.11 0.11 0.53
Hex 87 79 94 9 12 0 2A 10F B 35
Octal 207 171 224 11 22 0 52 417 13 65
Binary 10000111 1111001 10010100 1001 10010 0 101010 100001111 1011 110101

Color Harmonies of #877994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877994

Black with #877994

Text Example


Text Example

White with #877994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877994; }

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

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

background-color css

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

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

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

border-color css

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

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

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