Html Css Color HEX #827C6F Arrowtown

📋 copy color: '#827C6F'

red 130 ◦ green 124 ◦ blue 111

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

Shades of Arrowtown #827C6F

Tints of Arrowtown #827C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.97%

 BLUE value IS 111 (43.75% from 255) = 30.41%

R = 35.62%
G = 33.97%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#827C6F (or 0x827C6F) is known color: Arrowtown. HEX triplet: 82, 7C and 6F. RGB value is (130,124,111). Sum of RGB (Red+Green+Blue) = 130+124+111=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 130 - color contains mainly: red. Hex color #827C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C6F is #7D8390. Grayscale: #7C7C7C. Windows color (decimal): -8225681 or 7306370. OLE color: 7306370.

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

Color convert

RGB 130 124 111 -
CMYK 0 0.05 0.15 0.49
HSL 41.05º 0.08% 0.47% -
HSV(B) 41.05º 0.15% 0.51% -
XYZ 19.28 20.31 17.94 -
YUV 124.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 130 124 111 0 0.05 0.15 0.49 41.05 0.08 0.47
Hex 82 7C 6F 0 5 F 31 29 8 2F
Octal 202 174 157 0 5 17 61 51 10 57
Binary 10000010 1111100 1101111 0 101 1111 110001 101001 1000 101111

Color Harmonies of #827C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C6F

Black with #827C6F

Text Example


Text Example

White with #827C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,124,111); }

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

background-color css

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

 a { background-color: rgb(130,124,111); }

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

border-color css

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

 span { border-color: rgb(130,124,111); }

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