#77607E

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

Shades of Rum #77607E

Tints of Rum #77607E

Color information

#77607E (or 0x77607E) is unknown color: approx Rum. HEX triplet: 77, 60 and 7E. RGB value is (119,96,126). Sum of RGB (Red+Green+Blue) = 119+96+126=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 126 - color contains mainly: blue. Hex color #77607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77607E is #889F81. Grayscale: #6A6A6A. Windows color (decimal): -8953730 or 8282231. OLE color: 8282231.

HSL color Cylindrical-coordinate representation of color #77607E: hue angle of 286º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77607E is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11996126-
CMYK0.060.2400.51
HSL286º13.51%43.53%-
HSV(B)286º23.81%49.41%-
XYZ15.5613.7921.58-
YUV106.3139.12137.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=34.90%
G=28.15%
B=36.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119961260.060.2400.5128613.5143.53
Hex77607E61803311ee2c
Octal1671401766300634361654
Binary1110111110000011111101101100001100111000111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77607E; }

 p { color: rgb(119,96,126); }

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

<style>
 a { background-color: #77607E; }

 a { background-color: rgb(119,96,126); }

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

<style>
 span { border-color: #77607E; }

 span { border-color: rgb(119,96,126); }

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