Html Css Color HEX #827E6E Arrowtown

📋 copy color: '#827E6E'

red 130 ◦ green 126 ◦ blue 110

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

Shades of Arrowtown #827E6E

Tints of Arrowtown #827E6E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.43%

 BLUE value IS 110 (43.36% from 255) = 30.05%

R = 35.52%
G = 34.43%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#827E6E (or 0x827E6E) is known color: Arrowtown. HEX triplet: 82, 7E and 6E. RGB value is (130,126,110). Sum of RGB (Red+Green+Blue) = 130+126+110=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 130 - color contains mainly: red. Hex color #827E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E6E is #7D8191. Grayscale: #7D7D7D. Windows color (decimal): -8225170 or 7241346. OLE color: 7241346.

HSL color Cylindrical-coordinate representation of color #827E6E: hue angle of 48º 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 #827E6E is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 126 110 -
CMYK 0 0.03 0.15 0.49
HSL 48º 0.08% 0.47% -
HSV(B) 48º 0.15% 0.51% -
XYZ 19.48 20.79 17.74 -
YUV 125.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 130 126 110 0 0.03 0.15 0.49 48 0.08 0.47
Hex 82 7E 6E 0 3 F 31 30 8 2F
Octal 202 176 156 0 3 17 61 60 10 57
Binary 10000010 1111110 1101110 0 11 1111 110001 110000 1000 101111

Color Harmonies of #827E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E6E

Black with #827E6E

Text Example


Text Example

White with #827E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,126,110); }

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

background-color css

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

 a { background-color: rgb(130,126,110); }

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

border-color css

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

 span { border-color: rgb(130,126,110); }

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