Html Css Color HEX #827E70 Arrowtown

📋 copy color: '#827E70'

red 130 ◦ green 126 ◦ blue 112

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

Shades of Arrowtown #827E70

Tints of Arrowtown #827E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.43%

R = 35.33%
G = 34.24%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#827E70 (or 0x827E70) is known color: Arrowtown. HEX triplet: 82, 7E and 70. RGB value is (130,126,112). Sum of RGB (Red+Green+Blue) = 130+126+112=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 130 - color contains mainly: red. Hex color #827E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E70 is #7D818F. Grayscale: #7D7D7D. Windows color (decimal): -8225168 or 7372418. OLE color: 7372418.

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

Color convert

RGB 130 126 112 -
CMYK 0 0.03 0.14 0.49
HSL 46.67º 0.07% 0.47% -
HSV(B) 46.67º 0.14% 0.51% -
XYZ 19.59 20.84 18.32 -
YUV 125.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 130 126 112 0 0.03 0.14 0.49 46.67 0.07 0.47
Hex 82 7E 70 0 3 E 31 2F 7 2F
Octal 202 176 160 0 3 16 61 57 7 57
Binary 10000010 1111110 1110000 0 11 1110 110001 101111 111 101111

Color Harmonies of #827E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E70

Black with #827E70

Text Example


Text Example

White with #827E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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