#747779

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

Shades of Raven #747779

Tints of Raven #747779

Color information

#747779 (or 0x747779) is unknown color: approx Raven. HEX triplet: 74, 77 and 79. RGB value is (116,119,121). Sum of RGB (Red+Green+Blue) = 116+119+121=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 121 - color contains mainly: blue. Hex color #747779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747779 is #8B8886. Grayscale: #767676. Windows color (decimal): -9144455 or 7960436. OLE color: 7960436.

HSL color Cylindrical-coordinate representation of color #747779: hue angle of 204º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #747779 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB116119121-
CMYK0.040.0200.53
HSL204º2.11%46.47%-
HSV(B)204º4.13%47.45%-
XYZ17.2518.2920.71-
YUV118.33129.51126.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.58%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=32.58%
G=33.43%
B=33.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161191210.040.0200.532042.1146.47
Hex74777942035cc22e
Octal16416717142065314256
Binary1110100111011111110011001001101011100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747779; }

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

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

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

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

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

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

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

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