Html Css Color HEX #8C988B Pewter

📋 copy color: '#8C988B'

red 140 ◦ green 152 ◦ blue 139

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

Shades of Pewter #8C988B

Tints of Pewter #8C988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.27%

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 32.48%
G = 35.27%
B = 32.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#8C988B (or 0x8C988B) is known color: Pewter. HEX triplet: 8C, 98 and 8B. RGB value is (140,152,139). Sum of RGB (Red+Green+Blue) = 140+152+139=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 152 - color contains mainly: green. Hex color #8C988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C988B is #736774. Grayscale: #929292. Windows color (decimal): -7563125 or 9148556. OLE color: 9148556.

HSL color Cylindrical-coordinate representation of color #8C988B: hue angle of 115.38º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C988B is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 152 139 -
CMYK 0.08 0 0.09 0.40
HSL 115.38º 0.06% 0.57% -
HSV(B) 115.38º 0.09% 0.6% -
XYZ 26.7 29.9 28.79 -
YUV 146.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 140 152 139 0.08 0 0.09 0.40 115.38 0.06 0.57
Hex 8C 98 8B 8 0 9 28 73 6 39
Octal 214 230 213 10 0 11 50 163 6 71
Binary 10001100 10011000 10001011 1000 0 1001 101000 1110011 110 111001

Color Harmonies of #8C988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C988B

Black with #8C988B

Text Example


Text Example

White with #8C988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,152,139); }

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

background-color css

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

 a { background-color: rgb(140,152,139); }

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

border-color css

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

 span { border-color: rgb(140,152,139); }

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