#747A80

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

Shades of Raven #747A80

Tints of Raven #747A80

Color information

#747A80 (or 0x747A80) is unknown color: approx Raven. HEX triplet: 74, 7A and 80. RGB value is (116,122,128). Sum of RGB (Red+Green+Blue) = 116+122+128=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 128 - color contains mainly: blue. Hex color #747A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747A80 is #8B857F. Grayscale: #787878. Windows color (decimal): -9143680 or 8419956. OLE color: 8419956.

HSL color Cylindrical-coordinate representation of color #747A80: hue angle of 210º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #747A80 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB116122128-
CMYK0.090.0500.50
HSL210º4.92%47.84%-
HSV(B)210º9.38%50.2%-
XYZ18.0619.1923.17-
YUV120.89132.01124.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.69%
GREEN value IS 122 (48.05% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=31.69%
G=33.33%
B=34.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1161221280.090.0500.502104.9247.84
Hex747A8095032d2530
Octal164172200115062322560
Binary11101001111010100000001001101011001011010010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747A80; }

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

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

<style>
 a { background-color: #747A80; }

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

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

<style>
 span { border-color: #747A80; }

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

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