Html Css Color HEX #746176 Rum

📋 copy color: '#746176'

red 116 ◦ green 97 ◦ blue 118

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

Shades of Rum #746176

Tints of Rum #746176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

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

R = 35.05%
G = 29.31%
B = 35.65%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#746176 (or 0x746176) is known color: Rum. HEX triplet: 74, 61 and 76. RGB value is (116,97,118). Sum of RGB (Red+Green+Blue) = 116+97+118=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 118 - color contains mainly: blue. Hex color #746176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746176 is #8B9E89. Grayscale: #696969. Windows color (decimal): -9150090 or 7758196. OLE color: 7758196.

HSL color Cylindrical-coordinate representation of color #746176: hue angle of 294.29º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #746176 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 97 118 -
CMYK 0.02 0.18 0 0.54
HSL 294.29º 0.1% 0.42% -
HSV(B) 294.29º 0.18% 0.46% -
XYZ 14.75 13.57 18.98 -
YUV 105.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 116 97 118 0.02 0.18 0 0.54 294.29 0.1 0.42
Hex 74 61 76 2 12 0 36 126 A 2A
Octal 164 141 166 2 22 0 66 446 12 52
Binary 1110100 1100001 1110110 10 10010 0 110110 100100110 1010 101010

Color Harmonies of #746176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746176

Black with #746176

Text Example


Text Example

White with #746176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746176; }

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

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

background-color css

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

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

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

border-color css

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

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

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