Html Css Color HEX #8A8887 Suva Grey

📋 copy color: '#8A8887'

red 138 ◦ green 136 ◦ blue 135

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

Shades of Suva Grey #8A8887

Tints of Suva Grey #8A8887

RGB

 RED value IS 138 (54.3% from 255) = 33.74%

 GREEN value IS 136 (53.52% from 255) = 33.25%

 BLUE value IS 135 (53.13% from 255) = 33.01%

R = 33.74%
G = 33.25%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#8A8887 (or 0x8A8887) is known color: Suva Grey. HEX triplet: 8A, 88 and 87. RGB value is (138,136,135). Sum of RGB (Red+Green+Blue) = 138+136+135=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8887 is #757778. Grayscale: #888888. Windows color (decimal): -7698297 or 8882314. OLE color: 8882314.

HSL color Cylindrical-coordinate representation of color #8A8887: hue angle of 20º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8A8887 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 136 135 -
CMYK 0 0.01 0.02 0.46
HSL 20º 0.01% 0.54% -
HSV(B) 20º 0.02% 0.54% -
XYZ 23.66 24.76 26.45 -
YUV 136.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 138 136 135 0 0.01 0.02 0.46 20 0.01 0.54
Hex 8A 88 87 0 1 2 2E 14 1 36
Octal 212 210 207 0 1 2 56 24 1 66
Binary 10001010 10001000 10000111 0 1 10 101110 10100 1 110110

Color Harmonies of #8A8887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8887

Black with #8A8887

Text Example


Text Example

White with #8A8887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A8887; }

 p { color: rgb(138,136,135); }

 H1.HeaderClassName
 {
   color: #8A8887;
 }
 .AnyTagClassName
 {
   color: #8A8887;
 }
</style>

background-color css

<style>
 a { background-color: #8A8887; }

 a { background-color: rgb(138,136,135); }

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

border-color css

<style>
 span { border-color: #8A8887; }

 span { border-color: rgb(138,136,135); }

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