Html Css Color HEX #746F70 Empress

📋 copy color: '#746F70'

red 116 ◦ green 111 ◦ blue 112

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

Shades of Empress #746F70

Tints of Empress #746F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.74%

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 34.22%
G = 32.74%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#746F70 (or 0x746F70) is known color: Empress. HEX triplet: 74, 6F and 70. RGB value is (116,111,112). Sum of RGB (Red+Green+Blue) = 116+111+112=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 116 - color contains mainly: red. Hex color #746F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F70 is #8B908F. Grayscale: #707070. Windows color (decimal): -9146512 or 7368564. OLE color: 7368564.

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

Color convert

RGB 116 111 112 -
CMYK 0 0.04 0.03 0.55
HSL 348º 0.02% 0.45% -
HSV(B) 348º 0.04% 0.45% -
XYZ 15.81 16.25 17.63 -
YUV 112.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 116 111 112 0 0.04 0.03 0.55 348 0.02 0.45
Hex 74 6F 70 0 4 3 37 15C 2 2D
Octal 164 157 160 0 4 3 67 534 2 55
Binary 1110100 1101111 1110000 0 100 11 110111 101011100 10 101101

Color Harmonies of #746F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F70

Black with #746F70

Text Example


Text Example

White with #746F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,111,112); }

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

background-color css

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

 a { background-color: rgb(116,111,112); }

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

border-color css

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

 span { border-color: rgb(116,111,112); }

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