#77607D

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

Shades of Rum #77607D

Tints of Rum #77607D

Color information

#77607D (or 0x77607D) is unknown color: approx Rum. HEX triplet: 77, 60 and 7D. RGB value is (119,96,125). Sum of RGB (Red+Green+Blue) = 119+96+125=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 125 - color contains mainly: blue. Hex color #77607D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77607D is #889F82. Grayscale: #6A6A6A. Windows color (decimal): -8953731 or 8216695. OLE color: 8216695.

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

Color convert

RGB11996125-
CMYK0.050.2300.51
HSL287.59º13.12%43.33%-
HSV(B)287.59º23.2%49.02%-
XYZ15.4913.7721.24-
YUV106.18138.62137.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=35%
G=28.24%
B=36.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119961250.050.2300.51287.5913.1243.33
Hex77607D517033120d2b
Octal1671401755270634401553
Binary1110111110000011111011011011101100111001000001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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