Html Css Color HEX #8B8080 Grey

📋 copy color: '#8B8080'

red 139 ◦ green 128 ◦ blue 128

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

Shades of Grey #8B8080

Tints of Grey #8B8080

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.41%

 BLUE value IS 128 (50.39% from 255) = 32.41%

R = 35.19%
G = 32.41%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8B8080 (or 0x8B8080) is known color: Grey. HEX triplet: 8B, 80 and 80. RGB value is (139,128,128). Sum of RGB (Red+Green+Blue) = 139+128+128=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8080 is #747F7F. Grayscale: #838383. Windows color (decimal): -7634816 or 8421515. OLE color: 8421515.

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

Color convert

RGB 139 128 128 -
CMYK 0 0.08 0.08 0.45
HSL 0.05% 0.52% -
HSV(B) 0.08% 0.55% -
XYZ 22.26 22.49 23.59 -
YUV 131.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 139 128 128 0 0.08 0.08 0.45 0 0.05 0.52
Hex 8B 80 80 0 8 8 2D 0 5 34
Octal 213 200 200 0 10 10 55 0 5 64
Binary 10001011 10000000 10000000 0 1000 1000 101101 0 101 110100

Color Harmonies of #8B8080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8080

Black with #8B8080

Text Example


Text Example

White with #8B8080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,128,128); }

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

background-color css

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

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

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

border-color css

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

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

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