Html Css Color HEX #827A6C Arrowtown

📋 copy color: '#827A6C'

red 130 ◦ green 122 ◦ blue 108

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

Shades of Arrowtown #827A6C

Tints of Arrowtown #827A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30%

R = 36.11%
G = 33.89%
B = 30%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#827A6C (or 0x827A6C) is known color: Arrowtown. HEX triplet: 82, 7A and 6C. RGB value is (130,122,108). Sum of RGB (Red+Green+Blue) = 130+122+108=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 130 - color contains mainly: red. Hex color #827A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A6C is #7D8593. Grayscale: #7A7A7A. Windows color (decimal): -8226196 or 7109250. OLE color: 7109250.

HSL color Cylindrical-coordinate representation of color #827A6C: hue angle of 38.18º 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 #827A6C is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 122 108 -
CMYK 0 0.06 0.17 0.49
HSL 38.18º 0.09% 0.47% -
HSV(B) 38.18º 0.17% 0.51% -
XYZ 18.87 19.75 17 -
YUV 122.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 130 122 108 0 0.06 0.17 0.49 38.18 0.09 0.47
Hex 82 7A 6C 0 6 11 31 26 9 2F
Octal 202 172 154 0 6 21 61 46 11 57
Binary 10000010 1111010 1101100 0 110 10001 110001 100110 1001 101111

Color Harmonies of #827A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A6C

Black with #827A6C

Text Example


Text Example

White with #827A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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