Html Css Color HEX #878383 Grey

📋 copy color: '#878383'

red 135 ◦ green 131 ◦ blue 131

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

Shades of Grey #878383

Tints of Grey #878383

RGB

 RED value IS 135 (53.13% from 255) = 34.01%

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

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

R = 34.01%
G = 33%
B = 33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#878383 (or 0x878383) is known color: Grey. HEX triplet: 87, 83 and 83. RGB value is (135,131,131). Sum of RGB (Red+Green+Blue) = 135+131+131=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 135 - color contains mainly: red. Hex color #878383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878383 is #787C7C. Grayscale: #848484. Windows color (decimal): -7896189 or 8618887. OLE color: 8618887.

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

Color convert

RGB 135 131 131 -
CMYK 0 0.03 0.03 0.47
HSL 0.02% 0.52% -
HSV(B) 0.03% 0.53% -
XYZ 22.2 23.02 24.75 -
YUV 132.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 135 131 131 0 0.03 0.03 0.47 0 0.02 0.52
Hex 87 83 83 0 3 3 2F 0 2 34
Octal 207 203 203 0 3 3 57 0 2 64
Binary 10000111 10000011 10000011 0 11 11 101111 0 10 110100

Color Harmonies of #878383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878383

Black with #878383

Text Example


Text Example

White with #878383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878383; }

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

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

background-color css

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

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

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

border-color css

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

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

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