#77637B

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

Shades of Rum #77637B

Tints of Rum #77637B

Color information

#77637B (or 0x77637B) is unknown color: approx Rum. HEX triplet: 77, 63 and 7B. RGB value is (119,99,123). Sum of RGB (Red+Green+Blue) = 119+99+123=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 123 - color contains mainly: blue. Hex color #77637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77637B is #889C84. Grayscale: #6B6B6B. Windows color (decimal): -8952965 or 8086391. OLE color: 8086391.

HSL color Cylindrical-coordinate representation of color #77637B: hue angle of 290º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77637B is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11999123-
CMYK0.030.2000.52
HSL290º10.81%43.53%-
HSV(B)290º19.51%48.24%-
XYZ15.6414.2820.67-
YUV107.72136.63136.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 123 (48.44% from 255) = 36.07%
R=34.90%
G=29.03%
B=36.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119991230.030.2000.5229010.8143.53
Hex77637B314034122b2c
Octal1671431733240644421354
Binary111011111000111111011111010001101001001000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77637B; }

 p { color: rgb(119,99,123); }

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

<style>
 a { background-color: #77637B; }

 a { background-color: rgb(119,99,123); }

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

<style>
 span { border-color: #77637B; }

 span { border-color: rgb(119,99,123); }

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