Html Css Color HEX #7A7565 Stonewall

📋 copy color: '#7A7565'

red 122 ◦ green 117 ◦ blue 101

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

Shades of Stonewall #7A7565

Tints of Stonewall #7A7565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 35.88%
G = 34.41%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7A7565 (or 0x7A7565) is known color: Stonewall. HEX triplet: 7A, 75 and 65. RGB value is (122,117,101). Sum of RGB (Red+Green+Blue) = 122+117+101=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7565 is #858A9A. Grayscale: #747474. Windows color (decimal): -8751771 or 6649210. OLE color: 6649210.

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

Color convert

RGB 122 117 101 -
CMYK 0 0.04 0.17 0.52
HSL 45.71º 0.09% 0.44% -
HSV(B) 45.71º 0.17% 0.48% -
XYZ 16.74 17.8 14.87 -
YUV 116.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 122 117 101 0 0.04 0.17 0.52 45.71 0.09 0.44
Hex 7A 75 65 0 4 11 34 2E 9 2C
Octal 172 165 145 0 4 21 64 56 11 54
Binary 1111010 1110101 1100101 0 100 10001 110100 101110 1001 101100

Color Harmonies of #7A7565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7565

Black with #7A7565

Text Example


Text Example

White with #7A7565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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