Html Css Color HEX #827C6C Arrowtown

📋 copy color: '#827C6C'

red 130 ◦ green 124 ◦ blue 108

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

Shades of Arrowtown #827C6C

Tints of Arrowtown #827C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.83%

R = 35.91%
G = 34.25%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#827C6C (or 0x827C6C) is known color: Arrowtown. HEX triplet: 82, 7C and 6C. RGB value is (130,124,108). Sum of RGB (Red+Green+Blue) = 130+124+108=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #827C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C6C is #7D8393. Grayscale: #7C7C7C. Windows color (decimal): -8225684 or 7109762. OLE color: 7109762.

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

Color convert

RGB 130 124 108 -
CMYK 0 0.05 0.17 0.49
HSL 43.64º 0.09% 0.47% -
HSV(B) 43.64º 0.17% 0.51% -
XYZ 19.12 20.24 17.09 -
YUV 123.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 130 124 108 0 0.05 0.17 0.49 43.64 0.09 0.47
Hex 82 7C 6C 0 5 11 31 2C 9 2F
Octal 202 174 154 0 5 21 61 54 11 57
Binary 10000010 1111100 1101100 0 101 10001 110001 101100 1001 101111

Color Harmonies of #827C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C6C

Black with #827C6C

Text Example


Text Example

White with #827C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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