Html Css Color HEX #827A65 Arrowtown

📋 copy color: '#827A65'

red 130 ◦ green 122 ◦ blue 101

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

Shades of Arrowtown #827A65

Tints of Arrowtown #827A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.61%

R = 36.83%
G = 34.56%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#827A65 (or 0x827A65) is known color: Arrowtown. HEX triplet: 82, 7A and 65. RGB value is (130,122,101). Sum of RGB (Red+Green+Blue) = 130+122+101=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #827A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A65 is #7D859A. Grayscale: #7A7A7A. Windows color (decimal): -8226203 or 6650498. OLE color: 6650498.

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

Color convert

RGB 130 122 101 -
CMYK 0 0.06 0.22 0.49
HSL 43.45º 0.13% 0.45% -
HSV(B) 43.45º 0.22% 0.51% -
XYZ 18.51 19.6 15.12 -
YUV 122 116.15 133.71 -
System Red Green Blue C M Y K H S L
Decimal 130 122 101 0 0.06 0.22 0.49 43.45 0.13 0.45
Hex 82 7A 65 0 6 16 31 2B D 2D
Octal 202 172 145 0 6 26 61 53 15 55
Binary 10000010 1111010 1100101 0 110 10110 110001 101011 1101 101101

Color Harmonies of #827A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A65

Black with #827A65

Text Example


Text Example

White with #827A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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