#747678

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

Shades of Raven #747678

Tints of Raven #747678

Color information

#747678 (or 0x747678) is unknown color: approx Raven. HEX triplet: 74, 76 and 78. RGB value is (116,118,120). Sum of RGB (Red+Green+Blue) = 116+118+120=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 120 - color contains mainly: blue. Hex color #747678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747678 is #8B8987. Grayscale: #757575. Windows color (decimal): -9144712 or 7894644. OLE color: 7894644.

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

Color convert

RGB116118120-
CMYK0.030.0200.53
HSL210º1.69%46.27%-
HSV(B)210º3.33%47.06%-
XYZ17.0718.0320.35-
YUV117.63129.34126.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.77%
GREEN value IS 118 (46.48% from 255) = 33.33%
BLUE value IS 120 (47.27% from 255) = 33.90%
R=32.77%
G=33.33%
B=33.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161181200.030.0200.532101.6946.27
Hex74767832035d222e
Octal16416617032065322256
Binary111010011101101111000111001101011101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747678; }

 p { color: rgb(116,118,120); }

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

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

 a { background-color: rgb(116,118,120); }

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

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

 span { border-color: rgb(116,118,120); }

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