Html Css Color HEX #827E73 Concord

📋 copy color: '#827E73'

red 130 ◦ green 126 ◦ blue 115

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

Shades of Concord #827E73

Tints of Concord #827E73

RGB

 RED value IS 130 (51.17% from 255) = 35.04%

 GREEN value IS 126 (49.61% from 255) = 33.96%

 BLUE value IS 115 (45.31% from 255) = 31%

R = 35.04%
G = 33.96%
B = 31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#827E73 (or 0x827E73) is known color: Concord. HEX triplet: 82, 7E and 73. RGB value is (130,126,115). Sum of RGB (Red+Green+Blue) = 130+126+115=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 130 - color contains mainly: red. Hex color #827E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E73 is #7D818C. Grayscale: #7D7D7D. Windows color (decimal): -8225165 or 7569026. OLE color: 7569026.

HSL color Cylindrical-coordinate representation of color #827E73: hue angle of 44º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #827E73 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 126 115 -
CMYK 0 0.03 0.12 0.49
HSL 44º 0.06% 0.48% -
HSV(B) 44º 0.12% 0.51% -
XYZ 19.76 20.91 19.21 -
YUV 125.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 130 126 115 0 0.03 0.12 0.49 44 0.06 0.48
Hex 82 7E 73 0 3 C 31 2C 6 30
Octal 202 176 163 0 3 14 61 54 6 60
Binary 10000010 1111110 1110011 0 11 1100 110001 101100 110 110000

Color Harmonies of #827E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E73

Black with #827E73

Text Example


Text Example

White with #827E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827E73; }

 p { color: rgb(130,126,115); }

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

background-color css

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

 a { background-color: rgb(130,126,115); }

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

border-color css

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

 span { border-color: rgb(130,126,115); }

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