#747484

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

Shades of Dolphin #747484

Tints of Dolphin #747484

Color information

#747484 (or 0x747484) is unknown color: approx Dolphin. HEX triplet: 74, 74 and 84. RGB value is (116,116,132). Sum of RGB (Red+Green+Blue) = 116+116+132=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 132 - color contains mainly: blue. Hex color #747484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747484 is #8B8B7B. Grayscale: #757575. Windows color (decimal): -9145212 or 8680564. OLE color: 8680564.

HSL color Cylindrical-coordinate representation of color #747484: hue angle of 240º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #747484 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB116116132-
CMYK0.120.1200.48
HSL240º6.45%48.63%-
HSV(B)240º12.12%51.76%-
XYZ17.6117.8724.35-
YUV117.82136126.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.87%
GREEN value IS 116 (45.70% from 255) = 31.87%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=31.87%
G=31.87%
B=36.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161161320.120.1200.482406.4548.63
Hex747484CC030f0631
Octal1641642041414060360661
Binary111010011101001000010011001100011000011110000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747484; }

 p { color: rgb(116,116,132); }

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

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

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

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

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

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

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