Html Css Color HEX #8C8988 Suva Grey

📋 copy color: '#8C8988'

red 140 ◦ green 137 ◦ blue 136

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

Shades of Suva Grey #8C8988

Tints of Suva Grey #8C8988

RGB

 RED value IS 140 (55.08% from 255) = 33.9%

 GREEN value IS 137 (53.91% from 255) = 33.17%

 BLUE value IS 136 (53.52% from 255) = 32.93%

R = 33.9%
G = 33.17%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8C8988 (or 0x8C8988) is known color: Suva Grey. HEX triplet: 8C, 89 and 88. RGB value is (140,137,136). Sum of RGB (Red+Green+Blue) = 140+137+136=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8988 is #737677. Grayscale: #898989. Windows color (decimal): -7566968 or 8948108. OLE color: 8948108.

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

Color convert

RGB 140 137 136 -
CMYK 0 0.02 0.03 0.45
HSL 15º 0.02% 0.54% -
HSV(B) 15º 0.03% 0.55% -
XYZ 24.2 25.24 26.89 -
YUV 137.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 140 137 136 0 0.02 0.03 0.45 15 0.02 0.54
Hex 8C 89 88 0 2 3 2D F 2 36
Octal 214 211 210 0 2 3 55 17 2 66
Binary 10001100 10001001 10001000 0 10 11 101101 1111 10 110110

Color Harmonies of #8C8988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8988

Black with #8C8988

Text Example


Text Example

White with #8C8988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,137,136); }

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

background-color css

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

 a { background-color: rgb(140,137,136); }

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

border-color css

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

 span { border-color: rgb(140,137,136); }

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