Html Css Color HEX #877B91 Topaz

📋 copy color: '#877B91'

red 135 ◦ green 123 ◦ blue 145

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

Shades of Topaz #877B91

Tints of Topaz #877B91

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.52%

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

R = 33.5%
G = 30.52%
B = 35.98%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#877B91 (or 0x877B91) is known color: Topaz. HEX triplet: 87, 7B and 91. RGB value is (135,123,145). Sum of RGB (Red+Green+Blue) = 135+123+145=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 145 - color contains mainly: blue. Hex color #877B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877B91 is #78846E. Grayscale: #818181. Windows color (decimal): -7898223 or 9534343. OLE color: 9534343.

HSL color Cylindrical-coordinate representation of color #877B91: hue angle of 272.73º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #877B91 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 123 145 -
CMYK 0.07 0.15 0 0.43
HSL 272.73º 0.09% 0.53% -
HSV(B) 272.73º 0.15% 0.57% -
XYZ 22.19 21.36 29.74 -
YUV 129.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 135 123 145 0.07 0.15 0 0.43 272.73 0.09 0.53
Hex 87 7B 91 7 F 0 2B 111 9 35
Octal 207 173 221 7 17 0 53 421 11 65
Binary 10000111 1111011 10010001 111 1111 0 101011 100010001 1001 110101

Color Harmonies of #877B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877B91

Black with #877B91

Text Example


Text Example

White with #877B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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