Html Css Color HEX #887D7B Suva Grey

📋 copy color: '#887D7B'

red 136 ◦ green 125 ◦ blue 123

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

Shades of Suva Grey #887D7B

Tints of Suva Grey #887D7B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.55%

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 35.42%
G = 32.55%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#887D7B (or 0x887D7B) is known color: Suva Grey. HEX triplet: 88, 7D and 7B. RGB value is (136,125,123). Sum of RGB (Red+Green+Blue) = 136+125+123=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 136 - color contains mainly: red. Hex color #887D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D7B is #778284. Grayscale: #808080. Windows color (decimal): -7832197 or 8093064. OLE color: 8093064.

HSL color Cylindrical-coordinate representation of color #887D7B: hue angle of 9.23º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #887D7B is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 125 123 -
CMYK 0 0.08 0.10 0.47
HSL 9.23º 0.05% 0.51% -
HSV(B) 9.23º 0.1% 0.53% -
XYZ 21.06 21.33 21.75 -
YUV 128.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 136 125 123 0 0.08 0.10 0.47 9.23 0.05 0.51
Hex 88 7D 7B 0 8 A 2F 9 5 33
Octal 210 175 173 0 10 12 57 11 5 63
Binary 10001000 1111101 1111011 0 1000 1010 101111 1001 101 110011

Color Harmonies of #887D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887D7B

Black with #887D7B

Text Example


Text Example

White with #887D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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