#74667A

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

Shades of Rum #74667A

Tints of Rum #74667A

Color information

#74667A (or 0x74667A) is unknown color: approx Rum. HEX triplet: 74, 66 and 7A. RGB value is (116,102,122). Sum of RGB (Red+Green+Blue) = 116+102+122=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 122 - color contains mainly: blue. Hex color #74667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74667A is #8B9985. Grayscale: #6C6C6C. Windows color (decimal): -9148806 or 8021620. OLE color: 8021620.

HSL color Cylindrical-coordinate representation of color #74667A: hue angle of 282º 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 #74667A is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB116102122-
CMYK0.050.1600.52
HSL282º8.93%43.92%-
HSV(B)282º16.39%47.84%-
XYZ15.4714.6220.42-
YUV108.47135.64133.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=34.12%
G=30%
B=35.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1161021220.050.1600.522828.9343.92
Hex74667A51003411a92c
Octal1641461725200644321154
Binary1110100110011011110101011000001101001000110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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