#77667B

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

Shades of Rum #77667B

Tints of Rum #77667B

Color information

#77667B (or 0x77667B) is unknown color: approx Rum. HEX triplet: 77, 66 and 7B. RGB value is (119,102,123). Sum of RGB (Red+Green+Blue) = 119+102+123=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 123 - color contains mainly: blue. Hex color #77667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77667B is #889984. Grayscale: #6D6D6D. Windows color (decimal): -8952197 or 8087159. OLE color: 8087159.

HSL color Cylindrical-coordinate representation of color #77667B: hue angle of 288.57º 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 #77667B is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB119102123-
CMYK0.030.1700.52
HSL288.57º9.33%44.12%-
HSV(B)288.57º17.07%48.24%-
XYZ15.9314.8520.77-
YUV109.48135.63134.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.59%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=34.59%
G=29.65%
B=35.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1191021230.030.1700.52288.579.3344.12
Hex77667B31103412192c
Octal1671461733210644411154
Binary111011111001101111011111000101101001001000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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