Html Css Color HEX #746776 Rum

📋 copy color: '#746776'

red 116 ◦ green 103 ◦ blue 118

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

Shades of Rum #746776

Tints of Rum #746776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.56%

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

R = 34.42%
G = 30.56%
B = 35.01%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#746776 (or 0x746776) is known color: Rum. HEX triplet: 74, 67 and 76. RGB value is (116,103,118). Sum of RGB (Red+Green+Blue) = 116+103+118=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 118 - color contains mainly: blue. Hex color #746776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746776 is #8B9889. Grayscale: #6C6C6C. Windows color (decimal): -9148554 or 7759732. OLE color: 7759732.

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

Color convert

RGB 116 103 118 -
CMYK 0.02 0.13 0 0.54
HSL 292º 0.07% 0.43% -
HSV(B) 292º 0.13% 0.46% -
XYZ 15.32 14.72 19.17 -
YUV 108.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 116 103 118 0.02 0.13 0 0.54 292 0.07 0.43
Hex 74 67 76 2 D 0 36 124 7 2B
Octal 164 147 166 2 15 0 66 444 7 53
Binary 1110100 1100111 1110110 10 1101 0 110110 100100100 111 101011

Color Harmonies of #746776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746776

Black with #746776

Text Example


Text Example

White with #746776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746776; }

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

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

background-color css

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

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

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

border-color css

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

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

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