Html Css Color HEX #7A6368 Empress

📋 copy color: '#7A6368'

red 122 ◦ green 99 ◦ blue 104

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

Shades of Empress #7A6368

Tints of Empress #7A6368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.46%

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

R = 37.54%
G = 30.46%
B = 32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7A6368 (or 0x7A6368) is known color: Empress. HEX triplet: 7A, 63 and 68. RGB value is (122,99,104). Sum of RGB (Red+Green+Blue) = 122+99+104=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6368 is #859C97. Grayscale: #6A6A6A. Windows color (decimal): -8756376 or 6841210. OLE color: 6841210.

HSL color Cylindrical-coordinate representation of color #7A6368: hue angle of 346.96º 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 #7A6368 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 99 104 -
CMYK 0 0.19 0.15 0.52
HSL 346.96º 0.1% 0.43% -
HSV(B) 346.96º 0.19% 0.48% -
XYZ 14.99 14.06 15.02 -
YUV 106.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 122 99 104 0 0.19 0.15 0.52 346.96 0.1 0.43
Hex 7A 63 68 0 13 F 34 15B A 2B
Octal 172 143 150 0 23 17 64 533 12 53
Binary 1111010 1100011 1101000 0 10011 1111 110100 101011011 1010 101011

Color Harmonies of #7A6368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6368

Black with #7A6368

Text Example


Text Example

White with #7A6368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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