Html Css Color HEX #817A70 Concord

📋 copy color: '#817A70'

red 129 ◦ green 122 ◦ blue 112

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

Shades of Concord #817A70

Tints of Concord #817A70

RGB

 RED value IS 129 (50.78% from 255) = 35.54%

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

 BLUE value IS 112 (44.14% from 255) = 30.85%

R = 35.54%
G = 33.61%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#817A70 (or 0x817A70) is known color: Concord. HEX triplet: 81, 7A and 70. RGB value is (129,122,112). Sum of RGB (Red+Green+Blue) = 129+122+112=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 129 - color contains mainly: red. Hex color #817A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A70 is #7E858F. Grayscale: #7A7A7A. Windows color (decimal): -8291728 or 7371393. OLE color: 7371393.

HSL color Cylindrical-coordinate representation of color #817A70: hue angle of 35.29º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #817A70 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 122 112 -
CMYK 0 0.05 0.13 0.49
HSL 35.29º 0.07% 0.47% -
HSV(B) 35.29º 0.13% 0.51% -
XYZ 18.94 19.76 18.14 -
YUV 122.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 129 122 112 0 0.05 0.13 0.49 35.29 0.07 0.47
Hex 81 7A 70 0 5 D 31 23 7 2F
Octal 201 172 160 0 5 15 61 43 7 57
Binary 10000001 1111010 1110000 0 101 1101 110001 100011 111 101111

Color Harmonies of #817A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817A70

Black with #817A70

Text Example


Text Example

White with #817A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817A70; }

 p { color: rgb(129,122,112); }

 H1.HeaderClassName
 {
   color: #817A70;
 }
 .AnyTagClassName
 {
   color: #817A70;
 }
</style>

background-color css

<style>
 a { background-color: #817A70; }

 a { background-color: rgb(129,122,112); }

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

border-color css

<style>
 span { border-color: #817A70; }

 span { border-color: rgb(129,122,112); }

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