Html Css Color HEX #807A71 Concord

📋 copy color: '#807A71'

red 128 ◦ green 122 ◦ blue 113

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

Shades of Concord #807A71

Tints of Concord #807A71

RGB

 RED value IS 128 (50.39% from 255) = 35.26%

 GREEN value IS 122 (48.05% from 255) = 33.61%

 BLUE value IS 113 (44.53% from 255) = 31.13%

R = 35.26%
G = 33.61%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#807A71 (or 0x807A71) is known color: Concord. HEX triplet: 80, 7A and 71. RGB value is (128,122,113). Sum of RGB (Red+Green+Blue) = 128+122+113=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 128 - color contains mainly: red. Hex color #807A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807A71 is #7F858E. Grayscale: #7A7A7A. Windows color (decimal): -8357263 or 7436928. OLE color: 7436928.

HSL color Cylindrical-coordinate representation of color #807A71: hue angle of 36º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #807A71 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 122 113 -
CMYK 0 0.05 0.12 0.50
HSL 36º 0.06% 0.47% -
HSV(B) 36º 0.12% 0.5% -
XYZ 18.84 19.7 18.43 -
YUV 122.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 128 122 113 0 0.05 0.12 0.50 36 0.06 0.47
Hex 80 7A 71 0 5 C 32 24 6 2F
Octal 200 172 161 0 5 14 62 44 6 57
Binary 10000000 1111010 1110001 0 101 1100 110010 100100 110 101111

Color Harmonies of #807A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807A71

Black with #807A71

Text Example


Text Example

White with #807A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807A71; }

 p { color: rgb(128,122,113); }

 H1.HeaderClassName
 {
   color: #807A71;
 }
 .AnyTagClassName
 {
   color: #807A71;
 }
</style>

background-color css

<style>
 a { background-color: #807A71; }

 a { background-color: rgb(128,122,113); }

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

border-color css

<style>
 span { border-color: #807A71; }

 span { border-color: rgb(128,122,113); }

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