Html Css Color HEX #847F78 Concord

📋 copy color: '#847F78'

red 132 ◦ green 127 ◦ blue 120

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

Shades of Concord #847F78

Tints of Concord #847F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.66%

R = 34.83%
G = 33.51%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#847F78 (or 0x847F78) is known color: Concord. HEX triplet: 84, 7F and 78. RGB value is (132,127,120). Sum of RGB (Red+Green+Blue) = 132+127+120=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 132 - color contains mainly: red. Hex color #847F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F78 is #7B8087. Grayscale: #7F7F7F. Windows color (decimal): -8093832 or 7896964. OLE color: 7896964.

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

Color convert

RGB 132 127 120 -
CMYK 0 0.04 0.09 0.48
HSL 35º 0.05% 0.49% -
HSV(B) 35º 0.09% 0.52% -
XYZ 20.5 21.44 20.83 -
YUV 127.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 132 127 120 0 0.04 0.09 0.48 35 0.05 0.49
Hex 84 7F 78 0 4 9 30 23 5 31
Octal 204 177 170 0 4 11 60 43 5 61
Binary 10000100 1111111 1111000 0 100 1001 110000 100011 101 110001

Color Harmonies of #847F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847F78

Black with #847F78

Text Example


Text Example

White with #847F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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