#76697B

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

Shades of Rum #76697B

Tints of Rum #76697B

Color information

#76697B (or 0x76697B) is unknown color: approx Rum. HEX triplet: 76, 69 and 7B. RGB value is (118,105,123). Sum of RGB (Red+Green+Blue) = 118+105+123=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 123 - color contains mainly: blue. Hex color #76697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76697B is #899684. Grayscale: #6E6E6E. Windows color (decimal): -9016965 or 8087926. OLE color: 8087926.

HSL color Cylindrical-coordinate representation of color #76697B: hue angle of 283.33º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76697B is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB118105123-
CMYK0.040.1500.52
HSL283.33º7.89%44.71%-
HSV(B)283.33º14.63%48.24%-
XYZ16.115.3820.86-
YUV110.94134.81133.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 123 (48.44% from 255) = 35.55%
R=34.10%
G=30.35%
B=35.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181051230.040.1500.52283.337.8944.71
Hex76697B4F03411b82d
Octal1661511734170644331055
Binary111011011010011111011100111101101001000110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,105,123); }

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

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

 a { background-color: rgb(118,105,123); }

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

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

 span { border-color: rgb(118,105,123); }

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