Html Css Color HEX #777079 Rum

📋 copy color: '#777079'

red 119 ◦ green 112 ◦ blue 121

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

Shades of Rum #777079

Tints of Rum #777079

RGB

 RED value IS 119 (46.88% from 255) = 33.81%

 GREEN value IS 112 (44.14% from 255) = 31.82%

 BLUE value IS 121 (47.66% from 255) = 34.38%

R = 33.81%
G = 31.82%
B = 34.38%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#777079 (or 0x777079) is known color: Rum. HEX triplet: 77, 70 and 79. RGB value is (119,112,121). Sum of RGB (Red+Green+Blue) = 119+112+121=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 121 - color contains mainly: blue. Hex color #777079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777079 is #888F86. Grayscale: #737373. Windows color (decimal): -8949639 or 7958647. OLE color: 7958647.

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

Color convert

RGB 119 112 121 -
CMYK 0.02 0.07 0 0.53
HSL 286.67º 0.04% 0.46% -
HSV(B) 286.67º 0.07% 0.47% -
XYZ 16.85 16.89 20.46 -
YUV 115.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 119 112 121 0.02 0.07 0 0.53 286.67 0.04 0.46
Hex 77 70 79 2 7 0 35 11F 4 2E
Octal 167 160 171 2 7 0 65 437 4 56
Binary 1110111 1110000 1111001 10 111 0 110101 100011111 100 101110

Color Harmonies of #777079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777079

Black with #777079

Text Example


Text Example

White with #777079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777079; }

 p { color: rgb(119,112,121); }

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

background-color css

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

 a { background-color: rgb(119,112,121); }

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

border-color css

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

 span { border-color: rgb(119,112,121); }

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