Html Css Color HEX #746876 Rum

📋 copy color: '#746876'

red 116 ◦ green 104 ◦ blue 118

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

Shades of Rum #746876

Tints of Rum #746876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.77%

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

R = 34.32%
G = 30.77%
B = 34.91%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#746876 (or 0x746876) is known color: Rum. HEX triplet: 74, 68 and 76. RGB value is (116,104,118). Sum of RGB (Red+Green+Blue) = 116+104+118=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 118 - color contains mainly: blue. Hex color #746876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746876 is #8B9789. Grayscale: #6D6D6D. Windows color (decimal): -9148298 or 7759988. OLE color: 7759988.

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

Color convert

RGB 116 104 118 -
CMYK 0.02 0.12 0 0.54
HSL 291.43º 0.06% 0.44% -
HSV(B) 291.43º 0.12% 0.46% -
XYZ 15.42 14.92 19.21 -
YUV 109.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 116 104 118 0.02 0.12 0 0.54 291.43 0.06 0.44
Hex 74 68 76 2 C 0 36 123 6 2C
Octal 164 150 166 2 14 0 66 443 6 54
Binary 1110100 1101000 1110110 10 1100 0 110110 100100011 110 101100

Color Harmonies of #746876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746876

Black with #746876

Text Example


Text Example

White with #746876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746876; }

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

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

background-color css

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

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

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

border-color css

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

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

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