Html Css Color HEX #746D76 Rum

📋 copy color: '#746D76'

red 116 ◦ green 109 ◦ blue 118

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

Shades of Rum #746D76

Tints of Rum #746D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.4%

R = 33.82%
G = 31.78%
B = 34.4%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#746D76 (or 0x746D76) is known color: Rum. HEX triplet: 74, 6D and 76. RGB value is (116,109,118). Sum of RGB (Red+Green+Blue) = 116+109+118=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 118 - color contains mainly: blue. Hex color #746D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D76 is #8B9289. Grayscale: #707070. Windows color (decimal): -9147018 or 7761268. OLE color: 7761268.

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

Color convert

RGB 116 109 118 -
CMYK 0.02 0.08 0 0.54
HSL 286.67º 0.04% 0.45% -
HSV(B) 286.67º 0.08% 0.46% -
XYZ 15.94 15.96 19.38 -
YUV 112.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 116 109 118 0.02 0.08 0 0.54 286.67 0.04 0.45
Hex 74 6D 76 2 8 0 36 11F 4 2D
Octal 164 155 166 2 10 0 66 437 4 55
Binary 1110100 1101101 1110110 10 1000 0 110110 100011111 100 101101

Color Harmonies of #746D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D76

Black with #746D76

Text Example


Text Example

White with #746D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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