Html Css Color HEX #7F7670 Americano

📋 copy color: '#7F7670'

red 127 ◦ green 118 ◦ blue 112

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

Shades of Americano #7F7670

Tints of Americano #7F7670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

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

R = 35.57%
G = 33.05%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#7F7670 (or 0x7F7670) is known color: Americano. HEX triplet: 7F, 76 and 70. RGB value is (127,118,112). Sum of RGB (Red+Green+Blue) = 127+118+112=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7670 is #80898F. Grayscale: #787878. Windows color (decimal): -8423824 or 7370367. OLE color: 7370367.

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

Color convert

RGB 127 118 112 -
CMYK 0 0.07 0.12 0.50
HSL 24º 0.06% 0.47% -
HSV(B) 24º 0.12% 0.5% -
XYZ 18.16 18.64 17.97 -
YUV 120.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 127 118 112 0 0.07 0.12 0.50 24 0.06 0.47
Hex 7F 76 70 0 7 C 32 18 6 2F
Octal 177 166 160 0 7 14 62 30 6 57
Binary 1111111 1110110 1110000 0 111 1100 110010 11000 110 101111

Color Harmonies of #7F7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7670

Black with #7F7670

Text Example


Text Example

White with #7F7670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,118,112); }

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

background-color css

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

 a { background-color: rgb(127,118,112); }

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

border-color css

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

 span { border-color: rgb(127,118,112); }

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