Html Css Color HEX #827A64 Arrowtown

📋 copy color: '#827A64'

red 130 ◦ green 122 ◦ blue 100

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

Shades of Arrowtown #827A64

Tints of Arrowtown #827A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.41%

R = 36.93%
G = 34.66%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#827A64 (or 0x827A64) is known color: Arrowtown. HEX triplet: 82, 7A and 64. RGB value is (130,122,100). Sum of RGB (Red+Green+Blue) = 130+122+100=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 130 - color contains mainly: red. Hex color #827A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A64 is #7D859B. Grayscale: #797979. Windows color (decimal): -8226204 or 6584962. OLE color: 6584962.

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

Color convert

RGB 130 122 100 -
CMYK 0 0.06 0.23 0.49
HSL 44º 0.13% 0.45% -
HSV(B) 44º 0.23% 0.51% -
XYZ 18.47 19.58 14.86 -
YUV 121.88 115.65 133.79 -
System Red Green Blue C M Y K H S L
Decimal 130 122 100 0 0.06 0.23 0.49 44 0.13 0.45
Hex 82 7A 64 0 6 17 31 2C D 2D
Octal 202 172 144 0 6 27 61 54 15 55
Binary 10000010 1111010 1100100 0 110 10111 110001 101100 1101 101101

Color Harmonies of #827A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A64

Black with #827A64

Text Example


Text Example

White with #827A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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