Html Css Color HEX #877E7C Suva Grey

📋 copy color: '#877E7C'

red 135 ◦ green 126 ◦ blue 124

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

Shades of Suva Grey #877E7C

Tints of Suva Grey #877E7C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.73%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 35.06%
G = 32.73%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#877E7C (or 0x877E7C) is known color: Suva Grey. HEX triplet: 87, 7E and 7C. RGB value is (135,126,124). Sum of RGB (Red+Green+Blue) = 135+126+124=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #877E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E7C is #788183. Grayscale: #808080. Windows color (decimal): -7897476 or 8158855. OLE color: 8158855.

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

Color convert

RGB 135 126 124 -
CMYK 0 0.07 0.08 0.47
HSL 10.91º 0.04% 0.51% -
HSV(B) 10.91º 0.08% 0.53% -
XYZ 21.09 21.53 22.11 -
YUV 128.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 135 126 124 0 0.07 0.08 0.47 10.91 0.04 0.51
Hex 87 7E 7C 0 7 8 2F B 4 33
Octal 207 176 174 0 7 10 57 13 4 63
Binary 10000111 1111110 1111100 0 111 1000 101111 1011 100 110011

Color Harmonies of #877E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877E7C

Black with #877E7C

Text Example


Text Example

White with #877E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,126,124); }

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

background-color css

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

 a { background-color: rgb(135,126,124); }

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

border-color css

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

 span { border-color: rgb(135,126,124); }

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