Html Css Color HEX #827866 Arrowtown

📋 copy color: '#827866'

red 130 ◦ green 120 ◦ blue 102

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

Shades of Arrowtown #827866

Tints of Arrowtown #827866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.09%

 BLUE value IS 102 (40.23% from 255) = 28.98%

R = 36.93%
G = 34.09%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#827866 (or 0x827866) is known color: Arrowtown. HEX triplet: 82, 78 and 66. RGB value is (130,120,102). Sum of RGB (Red+Green+Blue) = 130+120+102=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 130 - color contains mainly: red. Hex color #827866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827866 is #7D8799. Grayscale: #797979. Windows color (decimal): -8226714 or 6715522. OLE color: 6715522.

HSL color Cylindrical-coordinate representation of color #827866: hue angle of 38.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #827866 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 120 102 -
CMYK 0 0.08 0.22 0.49
HSL 38.57º 0.12% 0.45% -
HSV(B) 38.57º 0.22% 0.51% -
XYZ 18.32 19.14 15.3 -
YUV 120.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 130 120 102 0 0.08 0.22 0.49 38.57 0.12 0.45
Hex 82 78 66 0 8 16 31 27 C 2D
Octal 202 170 146 0 10 26 61 47 14 55
Binary 10000010 1111000 1100110 0 1000 10110 110001 100111 1100 101101

Color Harmonies of #827866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827866

Black with #827866

Text Example


Text Example

White with #827866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827866; }

 p { color: rgb(130,120,102); }

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

background-color css

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

 a { background-color: rgb(130,120,102); }

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

border-color css

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

 span { border-color: rgb(130,120,102); }

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