Html Css Color HEX #7D7874 Americano

📋 copy color: '#7D7874'

red 125 ◦ green 120 ◦ blue 116

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

Shades of Americano #7D7874

Tints of Americano #7D7874

RGB

 RED value IS 125 (49.22% from 255) = 34.63%

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

 BLUE value IS 116 (45.7% from 255) = 32.13%

R = 34.63%
G = 33.24%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7D7874 (or 0x7D7874) is known color: Americano. HEX triplet: 7D, 78 and 74. RGB value is (125,120,116). Sum of RGB (Red+Green+Blue) = 125+120+116=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7874 is #82878B. Grayscale: #797979. Windows color (decimal): -8554380 or 7633021. OLE color: 7633021.

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

Color convert

RGB 125 120 116 -
CMYK 0 0.04 0.07 0.51
HSL 26.67º 0.04% 0.47% -
HSV(B) 26.67º 0.07% 0.49% -
XYZ 18.33 19.05 19.23 -
YUV 121.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 125 120 116 0 0.04 0.07 0.51 26.67 0.04 0.47
Hex 7D 78 74 0 4 7 33 1B 4 2F
Octal 175 170 164 0 4 7 63 33 4 57
Binary 1111101 1111000 1110100 0 100 111 110011 11011 100 101111

Color Harmonies of #7D7874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7874

Black with #7D7874

Text Example


Text Example

White with #7D7874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,120,116); }

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

background-color css

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

 a { background-color: rgb(125,120,116); }

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

border-color css

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

 span { border-color: rgb(125,120,116); }

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