Html Css Color HEX #827F79 Concord

📋 copy color: '#827F79'

red 130 ◦ green 127 ◦ blue 121

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

Shades of Concord #827F79

Tints of Concord #827F79

RGB

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

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

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

R = 34.39%
G = 33.6%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#827F79 (or 0x827F79) is known color: Concord. HEX triplet: 82, 7F and 79. RGB value is (130,127,121). Sum of RGB (Red+Green+Blue) = 130+127+121=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 130 - color contains mainly: red. Hex color #827F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F79 is #7D8086. Grayscale: #7F7F7F. Windows color (decimal): -8224903 or 7962498. OLE color: 7962498.

HSL color Cylindrical-coordinate representation of color #827F79: hue angle of 40º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #827F79 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 127 121 -
CMYK 0 0.02 0.07 0.49
HSL 40º 0.04% 0.49% -
HSV(B) 40º 0.07% 0.51% -
XYZ 20.25 21.31 21.13 -
YUV 127.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 130 127 121 0 0.02 0.07 0.49 40 0.04 0.49
Hex 82 7F 79 0 2 7 31 28 4 31
Octal 202 177 171 0 2 7 61 50 4 61
Binary 10000010 1111111 1111001 0 10 111 110001 101000 100 110001

Color Harmonies of #827F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F79

Black with #827F79

Text Example


Text Example

White with #827F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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