Html Css Color HEX #847F75 Concord

📋 copy color: '#847F75'

red 132 ◦ green 127 ◦ blue 117

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

Shades of Concord #847F75

Tints of Concord #847F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 35.11%
G = 33.78%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#847F75 (or 0x847F75) is known color: Concord. HEX triplet: 84, 7F and 75. RGB value is (132,127,117). Sum of RGB (Red+Green+Blue) = 132+127+117=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 132 - color contains mainly: red. Hex color #847F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F75 is #7B808A. Grayscale: #7F7F7F. Windows color (decimal): -8093835 or 7700356. OLE color: 7700356.

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

Color convert

RGB 132 127 117 -
CMYK 0 0.04 0.11 0.48
HSL 40º 0.06% 0.49% -
HSV(B) 40º 0.11% 0.52% -
XYZ 20.32 21.37 19.88 -
YUV 127.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 132 127 117 0 0.04 0.11 0.48 40 0.06 0.49
Hex 84 7F 75 0 4 B 30 28 6 31
Octal 204 177 165 0 4 13 60 50 6 61
Binary 10000100 1111111 1110101 0 100 1011 110000 101000 110 110001

Color Harmonies of #847F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847F75

Black with #847F75

Text Example


Text Example

White with #847F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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