Html Css Color HEX #8B8585 Grey

📋 copy color: '#8B8585'

red 139 ◦ green 133 ◦ blue 133

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

Shades of Grey #8B8585

Tints of Grey #8B8585

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.84%

 BLUE value IS 133 (52.34% from 255) = 32.84%

R = 34.32%
G = 32.84%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8B8585 (or 0x8B8585) is known color: Grey. HEX triplet: 8B, 85 and 85. RGB value is (139,133,133). Sum of RGB (Red+Green+Blue) = 139+133+133=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8585 is #747A7A. Grayscale: #868686. Windows color (decimal): -7633531 or 8750475. OLE color: 8750475.

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

Color convert

RGB 139 133 133 -
CMYK 0 0.04 0.04 0.45
HSL 0.03% 0.53% -
HSV(B) 0.04% 0.55% -
XYZ 23.27 23.96 25.59 -
YUV 134.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 139 133 133 0 0.04 0.04 0.45 0 0.03 0.53
Hex 8B 85 85 0 4 4 2D 0 3 35
Octal 213 205 205 0 4 4 55 0 3 65
Binary 10001011 10000101 10000101 0 100 100 101101 0 11 110101

Color Harmonies of #8B8585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8585

Black with #8B8585

Text Example


Text Example

White with #8B8585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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