Html Css Color HEX #7D7462 Stonewall

📋 copy color: '#7D7462'

red 125 ◦ green 116 ◦ blue 98

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

Shades of Stonewall #7D7462

Tints of Stonewall #7D7462

RGB

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

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

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

R = 36.87%
G = 34.22%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7D7462 (or 0x7D7462) is known color: Stonewall. HEX triplet: 7D, 74 and 62. RGB value is (125,116,98). Sum of RGB (Red+Green+Blue) = 125+116+98=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7462 is #828B9D. Grayscale: #747474. Windows color (decimal): -8555422 or 6452349. OLE color: 6452349.

HSL color Cylindrical-coordinate representation of color #7D7462: hue angle of 40º 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 #7D7462 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 116 98 -
CMYK 0 0.07 0.22 0.51
HSL 40º 0.12% 0.44% -
HSV(B) 40º 0.22% 0.49% -
XYZ 16.91 17.73 14.09 -
YUV 116.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 125 116 98 0 0.07 0.22 0.51 40 0.12 0.44
Hex 7D 74 62 0 7 16 33 28 C 2C
Octal 175 164 142 0 7 26 63 50 14 54
Binary 1111101 1110100 1100010 0 111 10110 110011 101000 1100 101100

Color Harmonies of #7D7462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7462

Black with #7D7462

Text Example


Text Example

White with #7D7462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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