Html Css Color HEX #827A6D Arrowtown

📋 copy color: '#827A6D'

red 130 ◦ green 122 ◦ blue 109

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

Shades of Arrowtown #827A6D

Tints of Arrowtown #827A6D

RGB

 RED value IS 130 (51.17% from 255) = 36.01%

 GREEN value IS 122 (48.05% from 255) = 33.8%

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 36.01%
G = 33.8%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#827A6D (or 0x827A6D) is known color: Arrowtown. HEX triplet: 82, 7A and 6D. RGB value is (130,122,109). Sum of RGB (Red+Green+Blue) = 130+122+109=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 130 - color contains mainly: red. Hex color #827A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A6D is #7D8592. Grayscale: #7A7A7A. Windows color (decimal): -8226195 or 7174786. OLE color: 7174786.

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

Color convert

RGB 130 122 109 -
CMYK 0 0.06 0.16 0.49
HSL 37.14º 0.09% 0.47% -
HSV(B) 37.14º 0.16% 0.51% -
XYZ 18.93 19.77 17.29 -
YUV 122.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 130 122 109 0 0.06 0.16 0.49 37.14 0.09 0.47
Hex 82 7A 6D 0 6 10 31 25 9 2F
Octal 202 172 155 0 6 20 61 45 11 57
Binary 10000010 1111010 1101101 0 110 10000 110001 100101 1001 101111

Color Harmonies of #827A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A6D

Black with #827A6D

Text Example


Text Example

White with #827A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #827A6D;
 }
 .AnyTagClassName
 {
   color: #827A6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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