Html Css Color HEX #8B8D8C Granny Smith

📋 copy color: '#8B8D8C'

red 139 ◦ green 141 ◦ blue 140

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

Shades of Granny Smith #8B8D8C

Tints of Granny Smith #8B8D8C

RGB

 RED value IS 139 (54.69% from 255) = 33.1%

 GREEN value IS 141 (55.47% from 255) = 33.57%

 BLUE value IS 140 (55.08% from 255) = 33.33%

R = 33.1%
G = 33.57%
B = 33.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B8D8C (or 0x8B8D8C) is known color: Granny Smith. HEX triplet: 8B, 8D and 8C. RGB value is (139,141,140). Sum of RGB (Red+Green+Blue) = 139+141+140=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8D8C is #747273. Grayscale: #8C8C8C. Windows color (decimal): -7631476 or 9211275. OLE color: 9211275.

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

Color convert

RGB 139 141 140 -
CMYK 0.01 0 0.01 0.45
HSL 150º 0.01% 0.55% -
HSV(B) 150º 0.01% 0.55% -
XYZ 24.91 26.43 28.6 -
YUV 140.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 139 141 140 0.01 0 0.01 0.45 150 0.01 0.55
Hex 8B 8D 8C 1 0 1 2D 96 1 37
Octal 213 215 214 1 0 1 55 226 1 67
Binary 10001011 10001101 10001100 1 0 1 101101 10010110 1 110111

Color Harmonies of #8B8D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8D8C

Black with #8B8D8C

Text Example


Text Example

White with #8B8D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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