Html Css Color HEX #817B70 Concord

📋 copy color: '#817B70'

red 129 ◦ green 123 ◦ blue 112

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

Shades of Concord #817B70

Tints of Concord #817B70

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.79%

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

R = 35.44%
G = 33.79%
B = 30.77%

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

#817B70 (or 0x817B70) is known color: Concord. HEX triplet: 81, 7B and 70. RGB value is (129,123,112). Sum of RGB (Red+Green+Blue) = 129+123+112=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 129 - color contains mainly: red. Hex color #817B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817B70 is #7E848F. Grayscale: #7B7B7B. Windows color (decimal): -8291472 or 7371649. OLE color: 7371649.

HSL color Cylindrical-coordinate representation of color #817B70: hue angle of 38.82º 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 #817B70 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 123 112 -
CMYK 0 0.05 0.13 0.49
HSL 38.82º 0.07% 0.47% -
HSV(B) 38.82º 0.13% 0.51% -
XYZ 19.06 20 18.19 -
YUV 123.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 129 123 112 0 0.05 0.13 0.49 38.82 0.07 0.47
Hex 81 7B 70 0 5 D 31 27 7 2F
Octal 201 173 160 0 5 15 61 47 7 57
Binary 10000001 1111011 1110000 0 101 1101 110001 100111 111 101111

Color Harmonies of #817B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817B70

Black with #817B70

Text Example


Text Example

White with #817B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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