Html Css Color HEX #837B7A Grey

📋 copy color: '#837B7A'

red 131 ◦ green 123 ◦ blue 122

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

Shades of Grey #837B7A

Tints of Grey #837B7A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.71%

 BLUE value IS 122 (48.05% from 255) = 32.45%

R = 34.84%
G = 32.71%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#837B7A (or 0x837B7A) is known color: Grey. HEX triplet: 83, 7B and 7A. RGB value is (131,123,122). Sum of RGB (Red+Green+Blue) = 131+123+122=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 131 - color contains mainly: red. Hex color #837B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837B7A is #7C8485. Grayscale: #7D7D7D. Windows color (decimal): -8160390 or 8027011. OLE color: 8027011.

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

Color convert

RGB 131 123 122 -
CMYK 0 0.06 0.07 0.49
HSL 6.67º 0.04% 0.5% -
HSV(B) 6.67º 0.07% 0.51% -
XYZ 19.96 20.4 21.3 -
YUV 125.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 131 123 122 0 0.06 0.07 0.49 6.67 0.04 0.5
Hex 83 7B 7A 0 6 7 31 7 4 32
Octal 203 173 172 0 6 7 61 7 4 62
Binary 10000011 1111011 1111010 0 110 111 110001 111 100 110010

Color Harmonies of #837B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B7A

Black with #837B7A

Text Example


Text Example

White with #837B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,123,122); }

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

background-color css

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

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

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

border-color css

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

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

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