Html Css Color HEX #7A7464 Stonewall

📋 copy color: '#7A7464'

red 122 ◦ green 116 ◦ blue 100

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

Shades of Stonewall #7A7464

Tints of Stonewall #7A7464

RGB

 RED value IS 122 (48.05% from 255) = 36.09%

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

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

R = 36.09%
G = 34.32%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#7A7464 (or 0x7A7464) is known color: Stonewall. HEX triplet: 7A, 74 and 64. RGB value is (122,116,100). Sum of RGB (Red+Green+Blue) = 122+116+100=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7464 is #858B9B. Grayscale: #747474. Windows color (decimal): -8752028 or 6583418. OLE color: 6583418.

HSL color Cylindrical-coordinate representation of color #7A7464: hue angle of 43.64º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A7464 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 116 100 -
CMYK 0 0.05 0.18 0.52
HSL 43.64º 0.1% 0.44% -
HSV(B) 43.64º 0.18% 0.48% -
XYZ 16.57 17.55 14.57 -
YUV 115.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 122 116 100 0 0.05 0.18 0.52 43.64 0.1 0.44
Hex 7A 74 64 0 5 12 34 2C A 2C
Octal 172 164 144 0 5 22 64 54 12 54
Binary 1111010 1110100 1100100 0 101 10010 110100 101100 1010 101100

Color Harmonies of #7A7464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7464

Black with #7A7464

Text Example


Text Example

White with #7A7464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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