Html Css Color HEX #7D7666 Stonewall

📋 copy color: '#7D7666'

red 125 ◦ green 118 ◦ blue 102

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

Shades of Stonewall #7D7666

Tints of Stonewall #7D7666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.57%

R = 36.23%
G = 34.2%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7D7666 (or 0x7D7666) is known color: Stonewall. HEX triplet: 7D, 76 and 66. RGB value is (125,118,102). Sum of RGB (Red+Green+Blue) = 125+118+102=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7666 is #828999. Grayscale: #767676. Windows color (decimal): -8554906 or 6715005. OLE color: 6715005.

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

Color convert

RGB 125 118 102 -
CMYK 0 0.06 0.18 0.51
HSL 41.74º 0.1% 0.45% -
HSV(B) 41.74º 0.18% 0.49% -
XYZ 17.33 18.28 15.18 -
YUV 118.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 125 118 102 0 0.06 0.18 0.51 41.74 0.1 0.45
Hex 7D 76 66 0 6 12 33 2A A 2D
Octal 175 166 146 0 6 22 63 52 12 55
Binary 1111101 1110110 1100110 0 110 10010 110011 101010 1010 101101

Color Harmonies of #7D7666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7666

Black with #7D7666

Text Example


Text Example

White with #7D7666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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