#76667A

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

Shades of Rum #76667A

Tints of Rum #76667A

Color information

#76667A (or 0x76667A) is unknown color: approx Rum. HEX triplet: 76, 66 and 7A. RGB value is (118,102,122). Sum of RGB (Red+Green+Blue) = 118+102+122=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 122 - color contains mainly: blue. Hex color #76667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76667A is #899985. Grayscale: #6D6D6D. Windows color (decimal): -9017734 or 8021622. OLE color: 8021622.

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

Color convert

RGB118102122-
CMYK0.030.1600.52
HSL288º8.93%43.92%-
HSV(B)288º16.39%47.84%-
XYZ15.7414.7620.43-
YUV109.06135.3134.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=34.50%
G=29.82%
B=35.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181021220.030.1600.522888.9343.92
Hex76667A31003412092c
Octal1661461723200644401154
Binary111011011001101111010111000001101001001000001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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