Html Css Color HEX #7A7564 Stonewall

📋 copy color: '#7A7564'

red 122 ◦ green 117 ◦ blue 100

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

Shades of Stonewall #7A7564

Tints of Stonewall #7A7564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.51%

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

R = 35.99%
G = 34.51%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#7A7564 (or 0x7A7564) is known color: Stonewall. HEX triplet: 7A, 75 and 64. RGB value is (122,117,100). Sum of RGB (Red+Green+Blue) = 122+117+100=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7564 is #858A9B. Grayscale: #747474. Windows color (decimal): -8751772 or 6583674. OLE color: 6583674.

HSL color Cylindrical-coordinate representation of color #7A7564: hue angle of 46.36º 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 #7A7564 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 117 100 -
CMYK 0 0.04 0.18 0.52
HSL 46.36º 0.1% 0.44% -
HSV(B) 46.36º 0.18% 0.48% -
XYZ 16.69 17.78 14.61 -
YUV 116.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 122 117 100 0 0.04 0.18 0.52 46.36 0.1 0.44
Hex 7A 75 64 0 4 12 34 2E A 2C
Octal 172 165 144 0 4 22 64 56 12 54
Binary 1111010 1110101 1100100 0 100 10010 110100 101110 1010 101100

Color Harmonies of #7A7564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7564

Black with #7A7564

Text Example


Text Example

White with #7A7564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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