Html Css Color HEX #7F7872 Americano

📋 copy color: '#7F7872'

red 127 ◦ green 120 ◦ blue 114

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

Shades of Americano #7F7872

Tints of Americano #7F7872

RGB

 RED value IS 127 (50% from 255) = 35.18%

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

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 35.18%
G = 33.24%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#7F7872 (or 0x7F7872) is known color: Americano. HEX triplet: 7F, 78 and 72. RGB value is (127,120,114). Sum of RGB (Red+Green+Blue) = 127+120+114=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7872 is #80878D. Grayscale: #797979. Windows color (decimal): -8423310 or 7501951. OLE color: 7501951.

HSL color Cylindrical-coordinate representation of color #7F7872: hue angle of 27.69º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7F7872 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 120 114 -
CMYK 0 0.06 0.10 0.50
HSL 27.69º 0.05% 0.47% -
HSV(B) 27.69º 0.1% 0.5% -
XYZ 18.51 19.16 18.64 -
YUV 121.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 127 120 114 0 0.06 0.10 0.50 27.69 0.05 0.47
Hex 7F 78 72 0 6 A 32 1C 5 2F
Octal 177 170 162 0 6 12 62 34 5 57
Binary 1111111 1111000 1110010 0 110 1010 110010 11100 101 101111

Color Harmonies of #7F7872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7872

Black with #7F7872

Text Example


Text Example

White with #7F7872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F7872; }

 p { color: rgb(127,120,114); }

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

background-color css

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

 a { background-color: rgb(127,120,114); }

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

border-color css

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

 span { border-color: rgb(127,120,114); }

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