#77627D

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

Shades of Rum #77627D

Tints of Rum #77627D

Color information

#77627D (or 0x77627D) is unknown color: approx Rum. HEX triplet: 77, 62 and 7D. RGB value is (119,98,125). Sum of RGB (Red+Green+Blue) = 119+98+125=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 125 - color contains mainly: blue. Hex color #77627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77627D is #889D82. Grayscale: #6B6B6B. Windows color (decimal): -8953219 or 8217207. OLE color: 8217207.

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

Color convert

RGB11998125-
CMYK0.050.2200.51
HSL286.67º12.11%43.73%-
HSV(B)286.67º21.6%49.02%-
XYZ15.6814.1421.3-
YUV107.36137.96136.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.80%
GREEN value IS 98 (38.67% from 255) = 28.65%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=34.80%
G=28.65%
B=36.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119981250.050.2200.51286.6712.1143.73
Hex77627D51603311fc2c
Octal1671421755260634371454
Binary1110111110001011111011011011001100111000111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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