Html Css Color HEX #746677 Rum

📋 copy color: '#746677'

red 116 ◦ green 102 ◦ blue 119

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

Shades of Rum #746677

Tints of Rum #746677

RGB

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

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

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

R = 34.42%
G = 30.27%
B = 35.31%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#746677 (or 0x746677) is known color: Rum. HEX triplet: 74, 66 and 77. RGB value is (116,102,119). Sum of RGB (Red+Green+Blue) = 116+102+119=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 119 - color contains mainly: blue. Hex color #746677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746677 is #8B9988. Grayscale: #6C6C6C. Windows color (decimal): -9148809 or 7825012. OLE color: 7825012.

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

Color convert

RGB 116 102 119 -
CMYK 0.03 0.14 0 0.53
HSL 289.41º 0.08% 0.43% -
HSV(B) 289.41º 0.14% 0.47% -
XYZ 15.28 14.55 19.46 -
YUV 108.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 116 102 119 0.03 0.14 0 0.53 289.41 0.08 0.43
Hex 74 66 77 3 E 0 35 121 8 2B
Octal 164 146 167 3 16 0 65 441 10 53
Binary 1110100 1100110 1110111 11 1110 0 110101 100100001 1000 101011

Color Harmonies of #746677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746677

Black with #746677

Text Example


Text Example

White with #746677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746677; }

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

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

background-color css

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

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

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

border-color css

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

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

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