Html Css Color HEX #857D7D Grey

📋 copy color: '#857D7D'

red 133 ◦ green 125 ◦ blue 125

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

Shades of Grey #857D7D

Tints of Grey #857D7D

RGB

 RED value IS 133 (52.34% from 255) = 34.73%

 GREEN value IS 125 (49.22% from 255) = 32.64%

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 34.73%
G = 32.64%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#857D7D (or 0x857D7D) is known color: Grey. HEX triplet: 85, 7D and 7D. RGB value is (133,125,125). Sum of RGB (Red+Green+Blue) = 133+125+125=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 133 - color contains mainly: red. Hex color #857D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D7D is #7A8282. Grayscale: #7F7F7F. Windows color (decimal): -8028803 or 8224133. OLE color: 8224133.

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

Color convert

RGB 133 125 125 -
CMYK 0 0.06 0.06 0.48
HSL 0.03% 0.51% -
HSV(B) 0.06% 0.52% -
XYZ 20.71 21.13 22.39 -
YUV 127.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 133 125 125 0 0.06 0.06 0.48 0 0.03 0.51
Hex 85 7D 7D 0 6 6 30 0 3 33
Octal 205 175 175 0 6 6 60 0 3 63
Binary 10000101 1111101 1111101 0 110 110 110000 0 11 110011

Color Harmonies of #857D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D7D

Black with #857D7D

Text Example


Text Example

White with #857D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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