Html Css Color HEX #817E70 Dove Grey

📋 copy color: '#817E70'

red 129 ◦ green 126 ◦ blue 112

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

Shades of Dove Grey #817E70

Tints of Dove Grey #817E70

RGB

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

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

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

R = 35.15%
G = 34.33%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#817E70 (or 0x817E70) is known color: Dove Grey. HEX triplet: 81, 7E and 70. RGB value is (129,126,112). Sum of RGB (Red+Green+Blue) = 129+126+112=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 129 - color contains mainly: red. Hex color #817E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E70 is #7E818F. Grayscale: #7D7D7D. Windows color (decimal): -8290704 or 7372417. OLE color: 7372417.

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

Color convert

RGB 129 126 112 -
CMYK 0 0.02 0.13 0.49
HSL 49.41º 0.07% 0.47% -
HSV(B) 49.41º 0.13% 0.51% -
XYZ 19.44 20.76 18.31 -
YUV 125.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 129 126 112 0 0.02 0.13 0.49 49.41 0.07 0.47
Hex 81 7E 70 0 2 D 31 31 7 2F
Octal 201 176 160 0 2 15 61 61 7 57
Binary 10000001 1111110 1110000 0 10 1101 110001 110001 111 101111

Color Harmonies of #817E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817E70

Black with #817E70

Text Example


Text Example

White with #817E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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