Html Css Color HEX #847F79 Concord

📋 copy color: '#847F79'

red 132 ◦ green 127 ◦ blue 121

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

Shades of Concord #847F79

Tints of Concord #847F79

RGB

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

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

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

R = 34.74%
G = 33.42%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#847F79 (or 0x847F79) is known color: Concord. HEX triplet: 84, 7F and 79. RGB value is (132,127,121). Sum of RGB (Red+Green+Blue) = 132+127+121=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 132 - color contains mainly: red. Hex color #847F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F79 is #7B8086. Grayscale: #7F7F7F. Windows color (decimal): -8093831 or 7962500. OLE color: 7962500.

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

Color convert

RGB 132 127 121 -
CMYK 0 0.04 0.08 0.48
HSL 32.73º 0.04% 0.5% -
HSV(B) 32.73º 0.08% 0.52% -
XYZ 20.56 21.46 21.15 -
YUV 127.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 132 127 121 0 0.04 0.08 0.48 32.73 0.04 0.5
Hex 84 7F 79 0 4 8 30 21 4 32
Octal 204 177 171 0 4 10 60 41 4 62
Binary 10000100 1111111 1111001 0 100 1000 110000 100001 100 110010

Color Harmonies of #847F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847F79

Black with #847F79

Text Example


Text Example

White with #847F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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