Html Css Color HEX #827A70 Americano

📋 copy color: '#827A70'

red 130 ◦ green 122 ◦ blue 112

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

Shades of Americano #827A70

Tints of Americano #827A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.52%

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

R = 35.71%
G = 33.52%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#827A70 (or 0x827A70) is known color: Americano. HEX triplet: 82, 7A and 70. RGB value is (130,122,112). Sum of RGB (Red+Green+Blue) = 130+122+112=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 130 - color contains mainly: red. Hex color #827A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A70 is #7D858F. Grayscale: #7B7B7B. Windows color (decimal): -8226192 or 7371394. OLE color: 7371394.

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

Color convert

RGB 130 122 112 -
CMYK 0 0.06 0.14 0.49
HSL 33.33º 0.07% 0.47% -
HSV(B) 33.33º 0.14% 0.51% -
XYZ 19.09 19.83 18.15 -
YUV 123.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 130 122 112 0 0.06 0.14 0.49 33.33 0.07 0.47
Hex 82 7A 70 0 6 E 31 21 7 2F
Octal 202 172 160 0 6 16 61 41 7 57
Binary 10000010 1111010 1110000 0 110 1110 110001 100001 111 101111

Color Harmonies of #827A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A70

Black with #827A70

Text Example


Text Example

White with #827A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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