Html Css Color HEX #887F7D Suva Grey

📋 copy color: '#887F7D'

red 136 ◦ green 127 ◦ blue 125

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

Shades of Suva Grey #887F7D

Tints of Suva Grey #887F7D

RGB

 RED value IS 136 (53.52% from 255) = 35.05%

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

 BLUE value IS 125 (49.22% from 255) = 32.22%

R = 35.05%
G = 32.73%
B = 32.22%

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

#887F7D (or 0x887F7D) is known color: Suva Grey. HEX triplet: 88, 7F and 7D. RGB value is (136,127,125). Sum of RGB (Red+Green+Blue) = 136+127+125=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 136 - color contains mainly: red. Hex color #887F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F7D is #778082. Grayscale: #818181. Windows color (decimal): -7831683 or 8224648. OLE color: 8224648.

HSL color Cylindrical-coordinate representation of color #887F7D: 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 #887F7D is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 127 125 -
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.44 21.89 22.5 -
YUV 129.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 136 127 125 0 0.07 0.08 0.47 10.91 0.04 0.51
Hex 88 7F 7D 0 7 8 2F B 4 33
Octal 210 177 175 0 7 10 57 13 4 63
Binary 10001000 1111111 1111101 0 111 1000 101111 1011 100 110011

Color Harmonies of #887F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887F7D

Black with #887F7D

Text Example


Text Example

White with #887F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887F7D; }

 p { color: rgb(136,127,125); }

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

background-color css

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

 a { background-color: rgb(136,127,125); }

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

border-color css

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

 span { border-color: rgb(136,127,125); }

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