#77647F

Color #77647F Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum #77647F

Tints of Rum #77647F

Color information

#77647F (or 0x77647F) is unknown color: approx Rum. HEX triplet: 77, 64 and 7F. RGB value is (119,100,127). Sum of RGB (Red+Green+Blue) = 119+100+127=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 127 - color contains mainly: blue. Hex color #77647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77647F is #889B80. Grayscale: #6C6C6C. Windows color (decimal): -8952705 or 8348791. OLE color: 8348791.

HSL color Cylindrical-coordinate representation of color #77647F: hue angle of 282.22º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #77647F is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB119100127-
CMYK0.060.2100.50
HSL282.22º11.89%44.51%-
HSV(B)282.22º21.26%49.8%-
XYZ1614.5722.05-
YUV108.76138.29135.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 127 (50% from 255) = 36.71%
R=34.39%
G=28.90%
B=36.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1191001270.060.2100.50282.2211.8944.51
Hex77647F61503211ac2d
Octal1671441776250624321455
Binary1110111110010011111111101010101100101000110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77647F; }

 p { color: rgb(119,100,127); }

 H1.HeaderClassName
 {
   color: #77647F;
 }
 .AnyTagClassName
 {
   color: #77647F;
 }
</style>
background-color css

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

 a { background-color: rgb(119,100,127); }

 div.DivClassName
 {
   background-color: #77647F;
 }
 .BgClassName
 {
   background-color: #77647F;
 }
</style>
border-color css

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

 span { border-color: rgb(119,100,127); }

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