Html Css Color HEX #7D7662 Stonewall

📋 copy color: '#7D7662'

red 125 ◦ green 118 ◦ blue 98

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

Shades of Stonewall #7D7662

Tints of Stonewall #7D7662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.74%

R = 36.66%
G = 34.6%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7D7662 (or 0x7D7662) is known color: Stonewall. HEX triplet: 7D, 76 and 62. RGB value is (125,118,98). Sum of RGB (Red+Green+Blue) = 125+118+98=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7662 is #82899D. Grayscale: #757575. Windows color (decimal): -8554910 or 6452861. OLE color: 6452861.

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

Color convert

RGB 125 118 98 -
CMYK 0 0.06 0.22 0.51
HSL 44.44º 0.12% 0.44% -
HSV(B) 44.44º 0.22% 0.49% -
XYZ 17.14 18.2 14.16 -
YUV 117.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 125 118 98 0 0.06 0.22 0.51 44.44 0.12 0.44
Hex 7D 76 62 0 6 16 33 2C C 2C
Octal 175 166 142 0 6 26 63 54 14 54
Binary 1111101 1110110 1100010 0 110 10110 110011 101100 1100 101100

Color Harmonies of #7D7662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7662

Black with #7D7662

Text Example


Text Example

White with #7D7662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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