#74797E

Color #74797E Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #74797E

Tints of Raven #74797E

Color information

#74797E (or 0x74797E) is unknown color: approx Raven. HEX triplet: 74, 79 and 7E. RGB value is (116,121,126). Sum of RGB (Red+Green+Blue) = 116+121+126=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 126 - color contains mainly: blue. Hex color #74797E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74797E is #8B8681. Grayscale: #787878. Windows color (decimal): -9143938 or 8288628. OLE color: 8288628.

HSL color Cylindrical-coordinate representation of color #74797E: hue angle of 210º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #74797E is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB116121126-
CMYK0.080.0400.51
HSL210º4.13%47.45%-
HSV(B)210º7.94%49.41%-
XYZ17.8118.8922.45-
YUV120.08131.34125.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.96%
GREEN value IS 121 (47.66% from 255) = 33.33%
BLUE value IS 126 (49.61% from 255) = 34.71%
R=31.96%
G=33.33%
B=34.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1161211260.080.0400.512104.1347.45
Hex74797E84033d242f
Octal164171176104063322457
Binary1110100111100111111101000100011001111010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74797E; }

 p { color: rgb(116,121,126); }

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

<style>
 a { background-color: #74797E; }

 a { background-color: rgb(116,121,126); }

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

<style>
 span { border-color: #74797E; }

 span { border-color: rgb(116,121,126); }

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