Html Css Color HEX #7A7469 Stonewall

📋 copy color: '#7A7469'

red 122 ◦ green 116 ◦ blue 105

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

Shades of Stonewall #7A7469

Tints of Stonewall #7A7469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.61%

R = 35.57%
G = 33.82%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.52

RGB Variations

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

Color information

#7A7469 (or 0x7A7469) is known color: Stonewall. HEX triplet: 7A, 74 and 69. RGB value is (122,116,105). Sum of RGB (Red+Green+Blue) = 122+116+105=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7469 is #858B96. Grayscale: #747474. Windows color (decimal): -8752023 or 6911098. OLE color: 6911098.

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

Color convert

RGB 122 116 105 -
CMYK 0 0.05 0.14 0.52
HSL 38.82º 0.07% 0.45% -
HSV(B) 38.82º 0.14% 0.48% -
XYZ 16.82 17.65 15.88 -
YUV 116.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 122 116 105 0 0.05 0.14 0.52 38.82 0.07 0.45
Hex 7A 74 69 0 5 E 34 27 7 2D
Octal 172 164 151 0 5 16 64 47 7 55
Binary 1111010 1110100 1101001 0 101 1110 110100 100111 111 101101

Color Harmonies of #7A7469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7469

Black with #7A7469

Text Example


Text Example

White with #7A7469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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