#76657B

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

Shades of Rum #76657B

Tints of Rum #76657B

Color information

#76657B (or 0x76657B) is unknown color: approx Rum. HEX triplet: 76, 65 and 7B. RGB value is (118,101,123). Sum of RGB (Red+Green+Blue) = 118+101+123=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 123 - color contains mainly: blue. Hex color #76657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76657B is #899A84. Grayscale: #6C6C6C. Windows color (decimal): -9017989 or 8086902. OLE color: 8086902.

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

Color convert

RGB118101123-
CMYK0.040.1800.52
HSL286.36º9.82%43.92%-
HSV(B)286.36º17.89%48.24%-
XYZ15.714.5920.73-
YUV108.59136.13134.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=34.50%
G=29.53%
B=35.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181011230.040.1800.52286.369.8243.92
Hex76657B41203411ea2c
Octal1661451734220644361254
Binary1110110110010111110111001001001101001000111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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