Html Css Color HEX #817C6C Arrowtown

📋 copy color: '#817C6C'

red 129 ◦ green 124 ◦ blue 108

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

Shades of Arrowtown #817C6C

Tints of Arrowtown #817C6C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.35%

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 35.73%
G = 34.35%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#817C6C (or 0x817C6C) is known color: Arrowtown. HEX triplet: 81, 7C and 6C. RGB value is (129,124,108). Sum of RGB (Red+Green+Blue) = 129+124+108=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 129 - color contains mainly: red. Hex color #817C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C6C is #7E8393. Grayscale: #7B7B7B. Windows color (decimal): -8291220 or 7109761. OLE color: 7109761.

HSL color Cylindrical-coordinate representation of color #817C6C: hue angle of 45.71º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #817C6C is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 124 108 -
CMYK 0 0.04 0.16 0.49
HSL 45.71º 0.09% 0.46% -
HSV(B) 45.71º 0.16% 0.51% -
XYZ 18.97 20.17 17.08 -
YUV 123.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 129 124 108 0 0.04 0.16 0.49 45.71 0.09 0.46
Hex 81 7C 6C 0 4 10 31 2E 9 2E
Octal 201 174 154 0 4 20 61 56 11 56
Binary 10000001 1111100 1101100 0 100 10000 110001 101110 1001 101110

Color Harmonies of #817C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817C6C

Black with #817C6C

Text Example


Text Example

White with #817C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,124,108); }

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

background-color css

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

 a { background-color: rgb(129,124,108); }

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

border-color css

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

 span { border-color: rgb(129,124,108); }

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