Html Css Color HEX #7D7672 Americano

📋 copy color: '#7D7672'

red 125 ◦ green 118 ◦ blue 114

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

Shades of Americano #7D7672

Tints of Americano #7D7672

RGB

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

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

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

R = 35.01%
G = 33.05%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7D7672 (or 0x7D7672) is known color: Americano. HEX triplet: 7D, 76 and 72. RGB value is (125,118,114). Sum of RGB (Red+Green+Blue) = 125+118+114=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7672 is #82898D. Grayscale: #777777. Windows color (decimal): -8554894 or 7501437. OLE color: 7501437.

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

Color convert

RGB 125 118 114 -
CMYK 0 0.06 0.09 0.51
HSL 21.82º 0.05% 0.47% -
HSV(B) 21.82º 0.09% 0.49% -
XYZ 17.97 18.53 18.55 -
YUV 119.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 125 118 114 0 0.06 0.09 0.51 21.82 0.05 0.47
Hex 7D 76 72 0 6 9 33 16 5 2F
Octal 175 166 162 0 6 11 63 26 5 57
Binary 1111101 1110110 1110010 0 110 1001 110011 10110 101 101111

Color Harmonies of #7D7672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7672

Black with #7D7672

Text Example


Text Example

White with #7D7672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,118,114); }

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

background-color css

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

 a { background-color: rgb(125,118,114); }

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

border-color css

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

 span { border-color: rgb(125,118,114); }

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