#77647B

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

Shades of Rum #77647B

Tints of Rum #77647B

Color information

#77647B (or 0x77647B) is unknown color: approx Rum. HEX triplet: 77, 64 and 7B. RGB value is (119,100,123). Sum of RGB (Red+Green+Blue) = 119+100+123=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 123 - color contains mainly: blue. Hex color #77647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77647B is #889B84. Grayscale: #6C6C6C. Windows color (decimal): -8952709 or 8086647. OLE color: 8086647.

HSL color Cylindrical-coordinate representation of color #77647B: hue angle of 289.57º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #77647B is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB119100123-
CMYK0.030.1900.52
HSL289.57º10.31%43.73%-
HSV(B)289.57º18.7%48.24%-
XYZ15.7414.4720.7-
YUV108.3136.29135.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.80%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=34.80%
G=29.24%
B=35.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1191001230.030.1900.52289.5710.3143.73
Hex77647B313034122a2c
Octal1671441733230644421254
Binary111011111001001111011111001101101001001000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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