Html Css Color HEX #7A7468 Stonewall

📋 copy color: '#7A7468'

red 122 ◦ green 116 ◦ blue 104

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

Shades of Stonewall #7A7468

Tints of Stonewall #7A7468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.41%

R = 35.67%
G = 33.92%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7A7468 (or 0x7A7468) is known color: Stonewall. HEX triplet: 7A, 74 and 68. RGB value is (122,116,104). Sum of RGB (Red+Green+Blue) = 122+116+104=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7468 is #858B97. Grayscale: #747474. Windows color (decimal): -8752024 or 6845562. OLE color: 6845562.

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

Color convert

RGB 122 116 104 -
CMYK 0 0.05 0.15 0.52
HSL 40º 0.08% 0.44% -
HSV(B) 40º 0.15% 0.48% -
XYZ 16.77 17.63 15.62 -
YUV 116.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 122 116 104 0 0.05 0.15 0.52 40 0.08 0.44
Hex 7A 74 68 0 5 F 34 28 8 2C
Octal 172 164 150 0 5 17 64 50 10 54
Binary 1111010 1110100 1101000 0 101 1111 110100 101000 1000 101100

Color Harmonies of #7A7468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7468

Black with #7A7468

Text Example


Text Example

White with #7A7468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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