#77647D

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

Shades of Rum #77647D

Tints of Rum #77647D

Color information

#77647D (or 0x77647D) is unknown color: approx Rum. HEX triplet: 77, 64 and 7D. RGB value is (119,100,125). Sum of RGB (Red+Green+Blue) = 119+100+125=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 125 - color contains mainly: blue. Hex color #77647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77647D is #889B82. Grayscale: #6C6C6C. Windows color (decimal): -8952707 or 8217719. OLE color: 8217719.

HSL color Cylindrical-coordinate representation of color #77647D: hue angle of 285.6º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77647D is Cyan = 0.05, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB119100125-
CMYK0.050.200.51
HSL285.6º11.11%44.12%-
HSV(B)285.6º20%49.02%-
XYZ15.8714.5221.37-
YUV108.53137.29135.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.59%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 125 (49.22% from 255) = 36.34%
R=34.59%
G=29.07%
B=36.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191001250.050.200.51285.611.1144.12
Hex77647D51403311eb2c
Octal1671441755240634361354
Binary1110111110010011111011011010001100111000111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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