Html Css Color HEX #8C8383 Grey

📋 copy color: '#8C8383'

red 140 ◦ green 131 ◦ blue 131

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

Shades of Grey #8C8383

Tints of Grey #8C8383

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.59%

 BLUE value IS 131 (51.56% from 255) = 32.59%

R = 34.83%
G = 32.59%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8C8383 (or 0x8C8383) is known color: Grey. HEX triplet: 8C, 83 and 83. RGB value is (140,131,131). Sum of RGB (Red+Green+Blue) = 140+131+131=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8383 is #737C7C. Grayscale: #858585. Windows color (decimal): -7568509 or 8618892. OLE color: 8618892.

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

Color convert

RGB 140 131 131 -
CMYK 0 0.06 0.06 0.45
HSL 0.04% 0.53% -
HSV(B) 0.06% 0.55% -
XYZ 23.03 23.45 24.78 -
YUV 133.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 140 131 131 0 0.06 0.06 0.45 0 0.04 0.53
Hex 8C 83 83 0 6 6 2D 0 4 35
Octal 214 203 203 0 6 6 55 0 4 65
Binary 10001100 10000011 10000011 0 110 110 101101 0 100 110101

Color Harmonies of #8C8383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8383

Black with #8C8383

Text Example


Text Example

White with #8C8383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,131,131); }

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

background-color css

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

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

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

border-color css

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

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

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