Html Css Color HEX #817D6F Arrowtown

📋 copy color: '#817D6F'

red 129 ◦ green 125 ◦ blue 111

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

Shades of Arrowtown #817D6F

Tints of Arrowtown #817D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.25%

 BLUE value IS 111 (43.75% from 255) = 30.41%

R = 35.34%
G = 34.25%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#817D6F (or 0x817D6F) is known color: Arrowtown. HEX triplet: 81, 7D and 6F. RGB value is (129,125,111). Sum of RGB (Red+Green+Blue) = 129+125+111=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 129 - color contains mainly: red. Hex color #817D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D6F is #7E8290. Grayscale: #7C7C7C. Windows color (decimal): -8290961 or 7306625. OLE color: 7306625.

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

Color convert

RGB 129 125 111 -
CMYK 0 0.03 0.14 0.49
HSL 46.67º 0.08% 0.47% -
HSV(B) 46.67º 0.14% 0.51% -
XYZ 19.26 20.48 17.98 -
YUV 124.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 129 125 111 0 0.03 0.14 0.49 46.67 0.08 0.47
Hex 81 7D 6F 0 3 E 31 2F 8 2F
Octal 201 175 157 0 3 16 61 57 10 57
Binary 10000001 1111101 1101111 0 11 1110 110001 101111 1000 101111

Color Harmonies of #817D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817D6F

Black with #817D6F

Text Example


Text Example

White with #817D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,125,111); }

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

background-color css

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

 a { background-color: rgb(129,125,111); }

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

border-color css

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

 span { border-color: rgb(129,125,111); }

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