#827A6E

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

Shades of Arrowtown #827A6E

Tints of Arrowtown #827A6E

Color information

#827A6E (or 0x827A6E) is unknown color: approx Arrowtown. HEX triplet: 82, 7A and 6E. RGB value is (130,122,110). Sum of RGB (Red+Green+Blue) = 130+122+110=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #827A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A6E is #7D8591. Grayscale: #7B7B7B. Windows color (decimal): -8226194 or 7240322. OLE color: 7240322.

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

Color convert

RGB130122110-
CMYK00.060.150.49
HSL36º8.33%47.06%-
HSV(B)36º15.38%50.98%-
XYZ18.9819.7917.57-
YUV123.02120.65132.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 122 (48.05% from 255) = 33.70%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=35.91%
G=33.70%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012211000.060.150.49368.3347.06
Hex827A6E06F312482f
Octal202172156061761441057
Binary1000001011110101101110011011111100011001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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