Html Css Color HEX #776180 Rum

📋 copy color: '#776180'

red 119 ◦ green 97 ◦ blue 128

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

Shades of Rum #776180

Tints of Rum #776180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.21%

R = 34.59%
G = 28.2%
B = 37.21%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#776180 (or 0x776180) is known color: Rum. HEX triplet: 77, 61 and 80. RGB value is (119,97,128). Sum of RGB (Red+Green+Blue) = 119+97+128=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 128 - color contains mainly: blue. Hex color #776180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776180 is #889E7F. Grayscale: #6B6B6B. Windows color (decimal): -8953472 or 8413559. OLE color: 8413559.

HSL color Cylindrical-coordinate representation of color #776180: hue angle of 282.58º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #776180 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 97 128 -
CMYK 0.07 0.24 0 0.50
HSL 282.58º 0.14% 0.44% -
HSV(B) 282.58º 0.24% 0.5% -
XYZ 15.78 14.03 22.3 -
YUV 107.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 119 97 128 0.07 0.24 0 0.50 282.58 0.14 0.44
Hex 77 61 80 7 18 0 32 11B E 2C
Octal 167 141 200 7 30 0 62 433 16 54
Binary 1110111 1100001 10000000 111 11000 0 110010 100011011 1110 101100

Color Harmonies of #776180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776180

Black with #776180

Text Example


Text Example

White with #776180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776180; }

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

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

background-color css

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

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

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

border-color css

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

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

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