Html Css Color HEX #746977 Rum

📋 copy color: '#746977'

red 116 ◦ green 105 ◦ blue 119

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

Shades of Rum #746977

Tints of Rum #746977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.88%

 BLUE value IS 119 (46.88% from 255) = 35%

R = 34.12%
G = 30.88%
B = 35%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#746977 (or 0x746977) is known color: Rum. HEX triplet: 74, 69 and 77. RGB value is (116,105,119). Sum of RGB (Red+Green+Blue) = 116+105+119=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 119 - color contains mainly: blue. Hex color #746977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746977 is #8B9688. Grayscale: #6D6D6D. Windows color (decimal): -9148041 or 7825780. OLE color: 7825780.

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

Color convert

RGB 116 105 119 -
CMYK 0.03 0.12 0 0.53
HSL 287.14º 0.06% 0.44% -
HSV(B) 287.14º 0.12% 0.47% -
XYZ 15.58 15.15 19.56 -
YUV 109.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 116 105 119 0.03 0.12 0 0.53 287.14 0.06 0.44
Hex 74 69 77 3 C 0 35 11F 6 2C
Octal 164 151 167 3 14 0 65 437 6 54
Binary 1110100 1101001 1110111 11 1100 0 110101 100011111 110 101100

Color Harmonies of #746977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746977

Black with #746977

Text Example


Text Example

White with #746977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746977; }

 p { color: rgb(116,105,119); }

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

background-color css

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

 a { background-color: rgb(116,105,119); }

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

border-color css

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

 span { border-color: rgb(116,105,119); }

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