Html Css Color HEX #7D7464 Stonewall

📋 copy color: '#7D7464'

red 125 ◦ green 116 ◦ blue 100

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

Shades of Stonewall #7D7464

Tints of Stonewall #7D7464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 36.66%
G = 34.02%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.2

 K value IS 0.51

RGB Variations

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

Color information

#7D7464 (or 0x7D7464) is known color: Stonewall. HEX triplet: 7D, 74 and 64. RGB value is (125,116,100). Sum of RGB (Red+Green+Blue) = 125+116+100=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7464 is #828B9B. Grayscale: #747474. Windows color (decimal): -8555420 or 6583421. OLE color: 6583421.

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

Color convert

RGB 125 116 100 -
CMYK 0 0.07 0.2 0.51
HSL 38.4º 0.11% 0.44% -
HSV(B) 38.4º 0.2% 0.49% -
XYZ 17 17.77 14.59 -
YUV 116.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 125 116 100 0 0.07 0.2 0.51 38.4 0.11 0.44
Hex 7D 74 64 0 7 14 33 26 B 2C
Octal 175 164 144 0 7 24 63 46 13 54
Binary 1111101 1110100 1100100 0 111 10100 110011 100110 1011 101100

Color Harmonies of #7D7464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7464

Black with #7D7464

Text Example


Text Example

White with #7D7464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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