Html Css Color HEX #776879 Rum

📋 copy color: '#776879'

red 119 ◦ green 104 ◦ blue 121

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

Shades of Rum #776879

Tints of Rum #776879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.23%

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

R = 34.59%
G = 30.23%
B = 35.17%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#776879 (or 0x776879) is known color: Rum. HEX triplet: 77, 68 and 79. RGB value is (119,104,121). Sum of RGB (Red+Green+Blue) = 119+104+121=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 121 - color contains mainly: blue. Hex color #776879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776879 is #889786. Grayscale: #6E6E6E. Windows color (decimal): -8951687 or 7956599. OLE color: 7956599.

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

Color convert

RGB 119 104 121 -
CMYK 0.02 0.14 0 0.53
HSL 292.94º 0.08% 0.44% -
HSV(B) 292.94º 0.14% 0.47% -
XYZ 16.01 15.2 20.18 -
YUV 110.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 119 104 121 0.02 0.14 0 0.53 292.94 0.08 0.44
Hex 77 68 79 2 E 0 35 125 8 2C
Octal 167 150 171 2 16 0 65 445 10 54
Binary 1110111 1101000 1111001 10 1110 0 110101 100100101 1000 101100

Color Harmonies of #776879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776879

Black with #776879

Text Example


Text Example

White with #776879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776879; }

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

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

background-color css

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

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

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

border-color css

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

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

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