Html Css Color HEX #7A7467 Stonewall

📋 copy color: '#7A7467'

red 122 ◦ green 116 ◦ blue 103

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

Shades of Stonewall #7A7467

Tints of Stonewall #7A7467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.21%

R = 35.78%
G = 34.02%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#7A7467 (or 0x7A7467) is known color: Stonewall. HEX triplet: 7A, 74 and 67. RGB value is (122,116,103). Sum of RGB (Red+Green+Blue) = 122+116+103=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7467 is #858B98. Grayscale: #747474. Windows color (decimal): -8752025 or 6780026. OLE color: 6780026.

HSL color Cylindrical-coordinate representation of color #7A7467: hue angle of 41.05º degrees, saturation: 0.08, 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 #7A7467 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 116 103 -
CMYK 0 0.05 0.16 0.52
HSL 41.05º 0.08% 0.44% -
HSV(B) 41.05º 0.16% 0.48% -
XYZ 16.72 17.61 15.35 -
YUV 116.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 122 116 103 0 0.05 0.16 0.52 41.05 0.08 0.44
Hex 7A 74 67 0 5 10 34 29 8 2C
Octal 172 164 147 0 5 20 64 51 10 54
Binary 1111010 1110100 1100111 0 101 10000 110100 101001 1000 101100

Color Harmonies of #7A7467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7467

Black with #7A7467

Text Example


Text Example

White with #7A7467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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