Html Css Color HEX #877F7E Suva Grey

📋 copy color: '#877F7E'

red 135 ◦ green 127 ◦ blue 126

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

Shades of Suva Grey #877F7E

Tints of Suva Grey #877F7E

RGB

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

 GREEN value IS 127 (50% from 255) = 32.73%

 BLUE value IS 126 (49.61% from 255) = 32.47%

R = 34.79%
G = 32.73%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#877F7E (or 0x877F7E) is known color: Suva Grey. HEX triplet: 87, 7F and 7E. RGB value is (135,127,126). Sum of RGB (Red+Green+Blue) = 135+127+126=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 135 - color contains mainly: red. Hex color #877F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F7E is #788081. Grayscale: #818181. Windows color (decimal): -7897218 or 8290183. OLE color: 8290183.

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

Color convert

RGB 135 127 126 -
CMYK 0 0.06 0.07 0.47
HSL 6.67º 0.04% 0.51% -
HSV(B) 6.67º 0.07% 0.53% -
XYZ 21.35 21.84 22.83 -
YUV 129.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 135 127 126 0 0.06 0.07 0.47 6.67 0.04 0.51
Hex 87 7F 7E 0 6 7 2F 7 4 33
Octal 207 177 176 0 6 7 57 7 4 63
Binary 10000111 1111111 1111110 0 110 111 101111 111 100 110011

Color Harmonies of #877F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877F7E

Black with #877F7E

Text Example


Text Example

White with #877F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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