Html Css Color HEX #7D7365 Stonewall

📋 copy color: '#7D7365'

red 125 ◦ green 115 ◦ blue 101

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

Shades of Stonewall #7D7365

Tints of Stonewall #7D7365

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

 BLUE value IS 101 (39.84% from 255) = 29.62%

R = 36.66%
G = 33.72%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7D7365 (or 0x7D7365) is known color: Stonewall. HEX triplet: 7D, 73 and 65. RGB value is (125,115,101). Sum of RGB (Red+Green+Blue) = 125+115+101=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7365 is #828C9A. Grayscale: #747474. Windows color (decimal): -8555675 or 6648701. OLE color: 6648701.

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

Color convert

RGB 125 115 101 -
CMYK 0 0.08 0.19 0.51
HSL 35º 0.11% 0.44% -
HSV(B) 35º 0.19% 0.49% -
XYZ 16.94 17.56 14.81 -
YUV 116.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 125 115 101 0 0.08 0.19 0.51 35 0.11 0.44
Hex 7D 73 65 0 8 13 33 23 B 2C
Octal 175 163 145 0 10 23 63 43 13 54
Binary 1111101 1110011 1100101 0 1000 10011 110011 100011 1011 101100

Color Harmonies of #7D7365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7365

Black with #7D7365

Text Example


Text Example

White with #7D7365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,115,101); }

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

background-color css

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

 a { background-color: rgb(125,115,101); }

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

border-color css

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

 span { border-color: rgb(125,115,101); }

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