Html Css Color HEX #857A7A Grey

📋 copy color: '#857A7A'

red 133 ◦ green 122 ◦ blue 122

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

Shades of Grey #857A7A

Tints of Grey #857A7A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.36%

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

R = 35.28%
G = 32.36%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#857A7A (or 0x857A7A) is known color: Grey. HEX triplet: 85, 7A and 7A. RGB value is (133,122,122). Sum of RGB (Red+Green+Blue) = 133+122+122=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #857A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A7A is #7A8585. Grayscale: #7D7D7D. Windows color (decimal): -8029574 or 8026757. OLE color: 8026757.

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

Color convert

RGB 133 122 122 -
CMYK 0 0.08 0.08 0.48
HSL 0.04% 0.5% -
HSV(B) 0.08% 0.52% -
XYZ 20.15 20.31 21.27 -
YUV 125.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 133 122 122 0 0.08 0.08 0.48 0 0.04 0.5
Hex 85 7A 7A 0 8 8 30 0 4 32
Octal 205 172 172 0 10 10 60 0 4 62
Binary 10000101 1111010 1111010 0 1000 1000 110000 0 100 110010

Color Harmonies of #857A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A7A

Black with #857A7A

Text Example


Text Example

White with #857A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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