#74677A

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

Shades of Rum #74677A

Tints of Rum #74677A

Color information

#74677A (or 0x74677A) is unknown color: approx Rum. HEX triplet: 74, 67 and 7A. RGB value is (116,103,122). Sum of RGB (Red+Green+Blue) = 116+103+122=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 103 (40.62% from 255 or 30.21% 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 #74677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74677A is #8B9885. Grayscale: #6C6C6C. Windows color (decimal): -9148550 or 8021876. OLE color: 8021876.

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

Color convert

RGB116103122-
CMYK0.050.1600.52
HSL281.05º8.44%44.12%-
HSV(B)281.05º15.57%47.84%-
XYZ15.5714.8220.45-
YUV109.05135.31132.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=34.02%
G=30.21%
B=35.78%

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
Decimal1161031220.050.1600.52281.058.4444.12
Hex74677A51003411982c
Octal1641471725200644311054
Binary1110100110011111110101011000001101001000110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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