Html Css Color HEX #7A7263 Stonewall

📋 copy color: '#7A7263'

red 122 ◦ green 114 ◦ blue 99

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

Shades of Stonewall #7A7263

Tints of Stonewall #7A7263

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.03%

 BLUE value IS 99 (39.06% from 255) = 29.55%

R = 36.42%
G = 34.03%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7A7263 (or 0x7A7263) is known color: Stonewall. HEX triplet: 7A, 72 and 63. RGB value is (122,114,99). Sum of RGB (Red+Green+Blue) = 122+114+99=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7263 is #858D9C. Grayscale: #727272. Windows color (decimal): -8752541 or 6517370. OLE color: 6517370.

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

Color convert

RGB 122 114 99 -
CMYK 0 0.07 0.19 0.52
HSL 39.13º 0.1% 0.43% -
HSV(B) 39.13º 0.19% 0.48% -
XYZ 16.3 17.07 14.24 -
YUV 114.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 122 114 99 0 0.07 0.19 0.52 39.13 0.1 0.43
Hex 7A 72 63 0 7 13 34 27 A 2B
Octal 172 162 143 0 7 23 64 47 12 53
Binary 1111010 1110010 1100011 0 111 10011 110100 100111 1010 101011

Color Harmonies of #7A7263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7263

Black with #7A7263

Text Example


Text Example

White with #7A7263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,114,99); }

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

background-color css

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

 a { background-color: rgb(122,114,99); }

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

border-color css

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

 span { border-color: rgb(122,114,99); }

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