#827C6C

Color #827C6C Arrowtown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arrowtown #827C6C

Tints of Arrowtown #827C6C

Color information

#827C6C (or 0x827C6C) is unknown color: approx Arrowtown. HEX triplet: 82, 7C and 6C. RGB value is (130,124,108). Sum of RGB (Red+Green+Blue) = 130+124+108=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #827C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C6C is #7D8393. Grayscale: #7C7C7C. Windows color (decimal): -8225684 or 7109762. OLE color: 7109762.

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

Color convert

RGB130124108-
CMYK00.050.170.49
HSL43.64º9.24%46.67%-
HSV(B)43.64º16.92%50.98%-
XYZ19.1220.2417.09-
YUV123.97118.99132.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 124 (48.83% from 255) = 34.25%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=35.91%
G=34.25%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012410800.050.170.4943.649.2446.67
Hex827C6C0511312c92f
Octal202174154052161541157
Binary10000010111110011011000101100011100011011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #827C6C;
 }
 .AnyTagClassName
 {
   color: #827C6C;
 }
</style>
background-color css

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

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

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

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

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

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