#76667B

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

Shades of Rum #76667B

Tints of Rum #76667B

Color information

#76667B (or 0x76667B) is unknown color: approx Rum. HEX triplet: 76, 66 and 7B. RGB value is (118,102,123). Sum of RGB (Red+Green+Blue) = 118+102+123=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 123 - color contains mainly: blue. Hex color #76667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76667B is #899984. Grayscale: #6D6D6D. Windows color (decimal): -9017733 or 8087158. OLE color: 8087158.

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

Color convert

RGB118102123-
CMYK0.040.1700.52
HSL285.71º9.33%44.12%-
HSV(B)285.71º17.07%48.24%-
XYZ15.814.7820.76-
YUV109.18135.8134.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=34.40%
G=29.74%
B=35.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181021230.040.1700.52285.719.3344.12
Hex76667B41103411e92c
Octal1661461734210644361154
Binary1110110110011011110111001000101101001000111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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