#827A6B

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

Shades of Arrowtown #827A6B

Tints of Arrowtown #827A6B

Color information

#827A6B (or 0x827A6B) is unknown color: approx Arrowtown. HEX triplet: 82, 7A and 6B. RGB value is (130,122,107). Sum of RGB (Red+Green+Blue) = 130+122+107=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 130 - color contains mainly: red. Hex color #827A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A6B is #7D8594. Grayscale: #7A7A7A. Windows color (decimal): -8226197 or 7043714. OLE color: 7043714.

HSL color Cylindrical-coordinate representation of color #827A6B: hue angle of 39.13º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #827A6B is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB130122107-
CMYK00.060.180.49
HSL39.13º9.7%46.47%-
HSV(B)39.13º17.69%50.98%-
XYZ18.8219.7316.73-
YUV122.68119.15133.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 107 (42.19% from 255) = 29.81%
R=36.21%
G=33.98%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012210700.060.180.4939.139.746.47
Hex827A6B06123127a2e
Octal202172153062261471256
Binary10000010111101011010110110100101100011001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,122,107); }

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

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

 a { background-color: rgb(130,122,107); }

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

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

 span { border-color: rgb(130,122,107); }

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