#76657A

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

Shades of Rum #76657A

Tints of Rum #76657A

Color information

#76657A (or 0x76657A) is unknown color: approx Rum. HEX triplet: 76, 65 and 7A. RGB value is (118,101,122). Sum of RGB (Red+Green+Blue) = 118+101+122=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 122 - color contains mainly: blue. Hex color #76657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76657A is #899A85. Grayscale: #6C6C6C. Windows color (decimal): -9017990 or 8021366. OLE color: 8021366.

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

Color convert

RGB118101122-
CMYK0.030.1700.52
HSL288.57º9.42%43.73%-
HSV(B)288.57º17.21%47.84%-
XYZ15.6414.5620.4-
YUV108.48135.63134.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=34.60%
G=29.62%
B=35.78%

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
Decimal1181011220.030.1700.52288.579.4243.73
Hex76657A31103412192c
Octal1661451723210644411154
Binary111011011001011111010111000101101001001000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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