#77657A

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

Shades of Rum #77657A

Tints of Rum #77657A

Color information

#77657A (or 0x77657A) is unknown color: approx Rum. HEX triplet: 77, 65 and 7A. RGB value is (119,101,122). Sum of RGB (Red+Green+Blue) = 119+101+122=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 122 - color contains mainly: blue. Hex color #77657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77657A is #889A85. Grayscale: #6C6C6C. Windows color (decimal): -8952454 or 8021367. OLE color: 8021367.

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

Color convert

RGB119101122-
CMYK0.020.1700.52
HSL291.43º9.42%43.73%-
HSV(B)291.43º17.21%47.84%-
XYZ15.7714.6320.41-
YUV108.78135.46135.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.80%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=34.80%
G=29.53%
B=35.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1191011220.020.1700.52291.439.4243.73
Hex77657A21103412392c
Octal1671451722210644431154
Binary111011111001011111010101000101101001001000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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