Html Css Color HEX #827870 Americano

📋 copy color: '#827870'

red 130 ◦ green 120 ◦ blue 112

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

Shades of Americano #827870

Tints of Americano #827870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.15%

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

R = 35.91%
G = 33.15%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#827870 (or 0x827870) is known color: Americano. HEX triplet: 82, 78 and 70. RGB value is (130,120,112). Sum of RGB (Red+Green+Blue) = 130+120+112=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #827870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827870 is #7D878F. Grayscale: #7A7A7A. Windows color (decimal): -8226704 or 7370882. OLE color: 7370882.

HSL color Cylindrical-coordinate representation of color #827870: hue angle of 26.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 #827870 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 120 112 -
CMYK 0 0.08 0.14 0.49
HSL 26.67º 0.07% 0.47% -
HSV(B) 26.67º 0.14% 0.51% -
XYZ 18.85 19.35 18.07 -
YUV 122.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 130 120 112 0 0.08 0.14 0.49 26.67 0.07 0.47
Hex 82 78 70 0 8 E 31 1B 7 2F
Octal 202 170 160 0 10 16 61 33 7 57
Binary 10000010 1111000 1110000 0 1000 1110 110001 11011 111 101111

Color Harmonies of #827870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827870

Black with #827870

Text Example


Text Example

White with #827870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827870; }

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

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

background-color css

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

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

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

border-color css

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

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

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