#76697A

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

Shades of Rum #76697A

Tints of Rum #76697A

Color information

#76697A (or 0x76697A) is unknown color: approx Rum. HEX triplet: 76, 69 and 7A. RGB value is (118,105,122). Sum of RGB (Red+Green+Blue) = 118+105+122=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 122 - color contains mainly: blue. Hex color #76697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76697A is #899685. Grayscale: #6E6E6E. Windows color (decimal): -9016966 or 8022390. OLE color: 8022390.

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

Color convert

RGB118105122-
CMYK0.030.1400.52
HSL285.88º7.49%44.51%-
HSV(B)285.88º13.93%47.84%-
XYZ16.0415.3620.53-
YUV110.82134.31133.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=34.20%
G=30.43%
B=35.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181051220.030.1400.52285.887.4944.51
Hex76697A3E03411e72d
Octal166151172316064436755
Binary1110110110100111110101111100110100100011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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