Html Css Color HEX #746376 Rum

📋 copy color: '#746376'

red 116 ◦ green 99 ◦ blue 118

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

Shades of Rum #746376

Tints of Rum #746376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.73%

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

R = 34.83%
G = 29.73%
B = 35.44%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#746376 (or 0x746376) is known color: Rum. HEX triplet: 74, 63 and 76. RGB value is (116,99,118). Sum of RGB (Red+Green+Blue) = 116+99+118=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 118 - color contains mainly: blue. Hex color #746376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746376 is #8B9C89. Grayscale: #6A6A6A. Windows color (decimal): -9149578 or 7758708. OLE color: 7758708.

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

Color convert

RGB 116 99 118 -
CMYK 0.02 0.16 0 0.54
HSL 293.68º 0.09% 0.43% -
HSV(B) 293.68º 0.16% 0.46% -
XYZ 14.93 13.94 19.04 -
YUV 106.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 116 99 118 0.02 0.16 0 0.54 293.68 0.09 0.43
Hex 74 63 76 2 10 0 36 126 9 2B
Octal 164 143 166 2 20 0 66 446 11 53
Binary 1110100 1100011 1110110 10 10000 0 110110 100100110 1001 101011

Color Harmonies of #746376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746376

Black with #746376

Text Example


Text Example

White with #746376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746376; }

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

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

background-color css

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

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

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

border-color css

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

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

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