Html Css Color HEX #746A6C Empress

📋 copy color: '#746A6C'

red 116 ◦ green 106 ◦ blue 108

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

Shades of Empress #746A6C

Tints of Empress #746A6C

RGB

 RED value IS 116 (45.7% from 255) = 35.15%

 GREEN value IS 106 (41.8% from 255) = 32.12%

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 35.15%
G = 32.12%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#746A6C (or 0x746A6C) is known color: Empress. HEX triplet: 74, 6A and 6C. RGB value is (116,106,108). Sum of RGB (Red+Green+Blue) = 116+106+108=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 116 - color contains mainly: red. Hex color #746A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A6C is #8B9593. Grayscale: #6D6D6D. Windows color (decimal): -9147796 or 7105140. OLE color: 7105140.

HSL color Cylindrical-coordinate representation of color #746A6C: hue angle of 348º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #746A6C is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 106 108 -
CMYK 0 0.09 0.07 0.55
HSL 348º 0.05% 0.44% -
HSV(B) 348º 0.09% 0.45% -
XYZ 15.06 15.1 16.31 -
YUV 109.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 116 106 108 0 0.09 0.07 0.55 348 0.05 0.44
Hex 74 6A 6C 0 9 7 37 15C 5 2C
Octal 164 152 154 0 11 7 67 534 5 54
Binary 1110100 1101010 1101100 0 1001 111 110111 101011100 101 101100

Color Harmonies of #746A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A6C

Black with #746A6C

Text Example


Text Example

White with #746A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746A6C; }

 p { color: rgb(116,106,108); }

 H1.HeaderClassName
 {
   color: #746A6C;
 }
 .AnyTagClassName
 {
   color: #746A6C;
 }
</style>

background-color css

<style>
 a { background-color: #746A6C; }

 a { background-color: rgb(116,106,108); }

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

border-color css

<style>
 span { border-color: #746A6C; }

 span { border-color: rgb(116,106,108); }

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