Html Css Color HEX #877B83 Taupe Grey

📋 copy color: '#877B83'

red 135 ◦ green 123 ◦ blue 131

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

Shades of Taupe Grey #877B83

Tints of Taupe Grey #877B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.68%

R = 34.7%
G = 31.62%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#877B83 (or 0x877B83) is known color: Taupe Grey. HEX triplet: 87, 7B and 83. RGB value is (135,123,131). Sum of RGB (Red+Green+Blue) = 135+123+131=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 135 - color contains mainly: red. Hex color #877B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877B83 is #78847C. Grayscale: #7F7F7F. Windows color (decimal): -7898237 or 8616839. OLE color: 8616839.

HSL color Cylindrical-coordinate representation of color #877B83: hue angle of 320º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #877B83 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 123 131 -
CMYK 0 0.09 0.03 0.47
HSL 320º 0.05% 0.51% -
HSV(B) 320º 0.09% 0.53% -
XYZ 21.17 20.96 24.4 -
YUV 127.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 135 123 131 0 0.09 0.03 0.47 320 0.05 0.51
Hex 87 7B 83 0 9 3 2F 140 5 33
Octal 207 173 203 0 11 3 57 500 5 63
Binary 10000111 1111011 10000011 0 1001 11 101111 101000000 101 110011

Color Harmonies of #877B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877B83

Black with #877B83

Text Example


Text Example

White with #877B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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