Html Css Color HEX #827A60 Arrowtown

📋 copy color: '#827A60'

red 130 ◦ green 122 ◦ blue 96

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

Shades of Arrowtown #827A60

Tints of Arrowtown #827A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 37.36%
G = 35.06%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#827A60 (or 0x827A60) is known color: Arrowtown. HEX triplet: 82, 7A and 60. RGB value is (130,122,96). Sum of RGB (Red+Green+Blue) = 130+122+96=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #827A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A60 is #7D859F. Grayscale: #797979. Windows color (decimal): -8226208 or 6322818. OLE color: 6322818.

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

Color convert

RGB 130 122 96 -
CMYK 0 0.06 0.26 0.49
HSL 45.88º 0.15% 0.44% -
HSV(B) 45.88º 0.26% 0.51% -
XYZ 18.28 19.51 13.87 -
YUV 121.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 130 122 96 0 0.06 0.26 0.49 45.88 0.15 0.44
Hex 82 7A 60 0 6 1A 31 2E F 2C
Octal 202 172 140 0 6 32 61 56 17 54
Binary 10000010 1111010 1100000 0 110 11010 110001 101110 1111 101100

Color Harmonies of #827A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A60

Black with #827A60

Text Example


Text Example

White with #827A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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