Html Css Color HEX #746D6E Empress

📋 copy color: '#746D6E'

red 116 ◦ green 109 ◦ blue 110

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

Shades of Empress #746D6E

Tints of Empress #746D6E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

 BLUE value IS 110 (43.36% from 255) = 32.84%

R = 34.63%
G = 32.54%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#746D6E (or 0x746D6E) is known color: Empress. HEX triplet: 74, 6D and 6E. RGB value is (116,109,110). Sum of RGB (Red+Green+Blue) = 116+109+110=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 116 - color contains mainly: red. Hex color #746D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D6E is #8B9291. Grayscale: #6F6F6F. Windows color (decimal): -9147026 or 7236980. OLE color: 7236980.

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

Color convert

RGB 116 109 110 -
CMYK 0 0.06 0.05 0.55
HSL 351.43º 0.03% 0.44% -
HSV(B) 351.43º 0.06% 0.45% -
XYZ 15.49 15.78 16.98 -
YUV 111.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 116 109 110 0 0.06 0.05 0.55 351.43 0.03 0.44
Hex 74 6D 6E 0 6 5 37 15F 3 2C
Octal 164 155 156 0 6 5 67 537 3 54
Binary 1110100 1101101 1101110 0 110 101 110111 101011111 11 101100

Color Harmonies of #746D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D6E

Black with #746D6E

Text Example


Text Example

White with #746D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,109,110); }

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

background-color css

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

 a { background-color: rgb(116,109,110); }

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

border-color css

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

 span { border-color: rgb(116,109,110); }

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