Html Css Color HEX #746676 Rum

📋 copy color: '#746676'

red 116 ◦ green 102 ◦ blue 118

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

Shades of Rum #746676

Tints of Rum #746676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.36%

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

R = 34.52%
G = 30.36%
B = 35.12%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#746676 (or 0x746676) is known color: Rum. HEX triplet: 74, 66 and 76. RGB value is (116,102,118). Sum of RGB (Red+Green+Blue) = 116+102+118=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 118 - color contains mainly: blue. Hex color #746676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746676 is #8B9989. Grayscale: #6B6B6B. Windows color (decimal): -9148810 or 7759476. OLE color: 7759476.

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

Color convert

RGB 116 102 118 -
CMYK 0.02 0.14 0 0.54
HSL 292.5º 0.07% 0.43% -
HSV(B) 292.5º 0.14% 0.46% -
XYZ 15.22 14.52 19.14 -
YUV 108.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 116 102 118 0.02 0.14 0 0.54 292.5 0.07 0.43
Hex 74 66 76 2 E 0 36 124 7 2B
Octal 164 146 166 2 16 0 66 444 7 53
Binary 1110100 1100110 1110110 10 1110 0 110110 100100100 111 101011

Color Harmonies of #746676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746676

Black with #746676

Text Example


Text Example

White with #746676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746676; }

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

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

background-color css

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

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

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

border-color css

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

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

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