Html Css Color HEX #746B77 Rum

📋 copy color: '#746B77'

red 116 ◦ green 107 ◦ blue 119

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

Shades of Rum #746B77

Tints of Rum #746B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.29%

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

R = 33.92%
G = 31.29%
B = 34.8%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#746B77 (or 0x746B77) is known color: Rum. HEX triplet: 74, 6B and 77. RGB value is (116,107,119). Sum of RGB (Red+Green+Blue) = 116+107+119=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 119 - color contains mainly: blue. Hex color #746B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B77 is #8B9488. Grayscale: #6F6F6F. Windows color (decimal): -9147529 or 7826292. OLE color: 7826292.

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

Color convert

RGB 116 107 119 -
CMYK 0.03 0.10 0 0.53
HSL 285º 0.05% 0.44% -
HSV(B) 285º 0.1% 0.47% -
XYZ 15.79 15.56 19.62 -
YUV 111.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 116 107 119 0.03 0.10 0 0.53 285 0.05 0.44
Hex 74 6B 77 3 A 0 35 11D 5 2C
Octal 164 153 167 3 12 0 65 435 5 54
Binary 1110100 1101011 1110111 11 1010 0 110101 100011101 101 101100

Color Harmonies of #746B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B77

Black with #746B77

Text Example


Text Example

White with #746B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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