#77687A

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

Shades of Rum #77687A

Tints of Rum #77687A

Color information

#77687A (or 0x77687A) is unknown color: approx Rum. HEX triplet: 77, 68 and 7A. RGB value is (119,104,122). Sum of RGB (Red+Green+Blue) = 119+104+122=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 122 - color contains mainly: blue. Hex color #77687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77687A is #889785. Grayscale: #6E6E6E. Windows color (decimal): -8951686 or 8022135. OLE color: 8022135.

HSL color Cylindrical-coordinate representation of color #77687A: hue angle of 290º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #77687A is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB119104122-
CMYK0.020.1500.52
HSL290º7.96%44.31%-
HSV(B)290º14.75%47.84%-
XYZ16.0715.2320.5-
YUV110.54134.47134.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.49%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=34.49%
G=30.14%
B=35.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1191041220.020.1500.522907.9644.31
Hex77687A2F03412282c
Octal1671501722170644421054
Binary11101111101000111101010111101101001001000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77687A; }

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

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

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

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

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

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

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

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