#776B7B

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

Shades of Rum #776B7B

Tints of Rum #776B7B

Color information

#776B7B (or 0x776B7B) is unknown color: approx Rum. HEX triplet: 77, 6B and 7B. RGB value is (119,107,123). Sum of RGB (Red+Green+Blue) = 119+107+123=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 123 - color contains mainly: blue. Hex color #776B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B7B is #889484. Grayscale: #707070. Windows color (decimal): -8950917 or 8088439. OLE color: 8088439.

HSL color Cylindrical-coordinate representation of color #776B7B: hue angle of 285º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #776B7B is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB119107123-
CMYK0.030.1300.52
HSL285º6.96%45.1%-
HSV(B)285º13.01%48.24%-
XYZ16.4415.8720.94-
YUV112.41133.98132.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.10%
GREEN value IS 107 (42.19% from 255) = 30.66%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=34.10%
G=30.66%
B=35.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1191071230.030.1300.522856.9645.1
Hex776B7B3D03411d72d
Octal167153173315064435755
Binary1110111110101111110111111010110100100011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776B7B; }

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

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

<style>
 a { background-color: #776B7B; }

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

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

<style>
 span { border-color: #776B7B; }

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

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