Html Css Color HEX #847979 Grey

📋 copy color: '#847979'

red 132 ◦ green 121 ◦ blue 121

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

Shades of Grey #847979

Tints of Grey #847979

RGB

 RED value IS 132 (51.95% from 255) = 35.29%

 GREEN value IS 121 (47.66% from 255) = 32.35%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 35.29%
G = 32.35%
B = 32.35%

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

#847979 (or 0x847979) is known color: Grey. HEX triplet: 84, 79 and 79. RGB value is (132,121,121). Sum of RGB (Red+Green+Blue) = 132+121+121=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 132 - color contains mainly: red. Hex color #847979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847979 is #7B8686. Grayscale: #7C7C7C. Windows color (decimal): -8095367 or 7960964. OLE color: 7960964.

HSL color Cylindrical-coordinate representation of color #847979: 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 #847979 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 121 121 -
CMYK 0 0.08 0.08 0.48
HSL 0.04% 0.5% -
HSV(B) 0.08% 0.52% -
XYZ 19.8 19.96 20.9 -
YUV 124.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 132 121 121 0 0.08 0.08 0.48 0 0.04 0.5
Hex 84 79 79 0 8 8 30 0 4 32
Octal 204 171 171 0 10 10 60 0 4 62
Binary 10000100 1111001 1111001 0 1000 1000 110000 0 100 110010

Color Harmonies of #847979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847979

Black with #847979

Text Example


Text Example

White with #847979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847979; }

 p { color: rgb(132,121,121); }

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

background-color css

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

 a { background-color: rgb(132,121,121); }

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

border-color css

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

 span { border-color: rgb(132,121,121); }

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