Html Css Color HEX #7A7566 Stonewall

📋 copy color: '#7A7566'

red 122 ◦ green 117 ◦ blue 102

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

Shades of Stonewall #7A7566

Tints of Stonewall #7A7566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.91%

R = 35.78%
G = 34.31%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#7A7566 (or 0x7A7566) is known color: Stonewall. HEX triplet: 7A, 75 and 66. RGB value is (122,117,102). Sum of RGB (Red+Green+Blue) = 122+117+102=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7566 is #858A99. Grayscale: #747474. Windows color (decimal): -8751770 or 6714746. OLE color: 6714746.

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

Color convert

RGB 122 117 102 -
CMYK 0 0.04 0.16 0.52
HSL 45º 0.09% 0.44% -
HSV(B) 45º 0.16% 0.48% -
XYZ 16.79 17.82 15.13 -
YUV 116.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 122 117 102 0 0.04 0.16 0.52 45 0.09 0.44
Hex 7A 75 66 0 4 10 34 2D 9 2C
Octal 172 165 146 0 4 20 64 55 11 54
Binary 1111010 1110101 1100110 0 100 10000 110100 101101 1001 101100

Color Harmonies of #7A7566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7566

Black with #7A7566

Text Example


Text Example

White with #7A7566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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