Html Css Color HEX #837F7F Grey

📋 copy color: '#837F7F'

red 131 ◦ green 127 ◦ blue 127

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

Shades of Grey #837F7F

Tints of Grey #837F7F

RGB

 RED value IS 131 (51.56% from 255) = 34.03%

 GREEN value IS 127 (50% from 255) = 32.99%

 BLUE value IS 127 (50% from 255) = 32.99%

R = 34.03%
G = 32.99%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#837F7F (or 0x837F7F) is known color: Grey. HEX triplet: 83, 7F and 7F. RGB value is (131,127,127). Sum of RGB (Red+Green+Blue) = 131+127+127=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 131 - color contains mainly: red. Hex color #837F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F7F is #7C8080. Grayscale: #808080. Windows color (decimal): -8159361 or 8355715. OLE color: 8355715.

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

Color convert

RGB 131 127 127 -
CMYK 0 0.03 0.03 0.49
HSL 0.02% 0.51% -
HSV(B) 0.03% 0.51% -
XYZ 20.78 21.54 23.14 -
YUV 128.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 131 127 127 0 0.03 0.03 0.49 0 0.02 0.51
Hex 83 7F 7F 0 3 3 31 0 2 33
Octal 203 177 177 0 3 3 61 0 2 63
Binary 10000011 1111111 1111111 0 11 11 110001 0 10 110011

Color Harmonies of #837F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F7F

Black with #837F7F

Text Example


Text Example

White with #837F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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