Html Css Color HEX #7A6467 Empress

📋 copy color: '#7A6467'

red 122 ◦ green 100 ◦ blue 103

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

Shades of Empress #7A6467

Tints of Empress #7A6467

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

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

R = 37.54%
G = 30.77%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#7A6467 (or 0x7A6467) is known color: Empress. HEX triplet: 7A, 64 and 67. RGB value is (122,100,103). Sum of RGB (Red+Green+Blue) = 122+100+103=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6467 is #859B98. Grayscale: #6A6A6A. Windows color (decimal): -8756121 or 6775930. OLE color: 6775930.

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

Color convert

RGB 122 100 103 -
CMYK 0 0.18 0.16 0.52
HSL 351.82º 0.1% 0.44% -
HSV(B) 351.82º 0.18% 0.48% -
XYZ 15.03 14.23 14.79 -
YUV 106.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 122 100 103 0 0.18 0.16 0.52 351.82 0.1 0.44
Hex 7A 64 67 0 12 10 34 160 A 2C
Octal 172 144 147 0 22 20 64 540 12 54
Binary 1111010 1100100 1100111 0 10010 10000 110100 101100000 1010 101100

Color Harmonies of #7A6467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6467

Black with #7A6467

Text Example


Text Example

White with #7A6467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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