Html Css Color HEX #746177 Rum

📋 copy color: '#746177'

red 116 ◦ green 97 ◦ blue 119

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

Shades of Rum #746177

Tints of Rum #746177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.22%

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

R = 34.94%
G = 29.22%
B = 35.84%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#746177 (or 0x746177) is known color: Rum. HEX triplet: 74, 61 and 77. RGB value is (116,97,119). Sum of RGB (Red+Green+Blue) = 116+97+119=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 119 - color contains mainly: blue. Hex color #746177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746177 is #8B9E88. Grayscale: #696969. Windows color (decimal): -9150089 or 7823732. OLE color: 7823732.

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

Color convert

RGB 116 97 119 -
CMYK 0.03 0.18 0 0.53
HSL 291.82º 0.1% 0.42% -
HSV(B) 291.82º 0.18% 0.47% -
XYZ 14.81 13.59 19.3 -
YUV 105.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 116 97 119 0.03 0.18 0 0.53 291.82 0.1 0.42
Hex 74 61 77 3 12 0 35 124 A 2A
Octal 164 141 167 3 22 0 65 444 12 52
Binary 1110100 1100001 1110111 11 10010 0 110101 100100100 1010 101010

Color Harmonies of #746177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746177

Black with #746177

Text Example


Text Example

White with #746177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746177; }

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

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

background-color css

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

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

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

border-color css

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

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

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