#827A67

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

Shades of Arrowtown #827A67

Tints of Arrowtown #827A67

Color information

#827A67 (or 0x827A67) is unknown color: approx Arrowtown. HEX triplet: 82, 7A and 67. RGB value is (130,122,103). Sum of RGB (Red+Green+Blue) = 130+122+103=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #827A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A67 is #7D8598. Grayscale: #7A7A7A. Windows color (decimal): -8226201 or 6781570. OLE color: 6781570.

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

Color convert

RGB130122103-
CMYK00.060.210.49
HSL42.22º11.59%45.69%-
HSV(B)42.22º20.77%50.98%-
XYZ18.6119.6415.64-
YUV122.23117.15133.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 103 (40.62% from 255) = 29.01%
R=36.62%
G=34.37%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012210300.060.210.4942.2211.5945.69
Hex827A670615312ac2e
Octal202172147062561521456
Binary10000010111101011001110110101011100011010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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