#747180

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

Shades of Dolphin #747180

Tints of Dolphin #747180

Color information

#747180 (or 0x747180) is unknown color: approx Dolphin. HEX triplet: 74, 71 and 80. RGB value is (116,113,128). Sum of RGB (Red+Green+Blue) = 116+113+128=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 128 - color contains mainly: blue. Hex color #747180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747180 is #8B8E7F. Grayscale: #737373. Windows color (decimal): -9145984 or 8417652. OLE color: 8417652.

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

Color convert

RGB116113128-
CMYK0.090.1200.50
HSL252º6.22%47.25%-
HSV(B)252º11.72%50.2%-
XYZ1717.0822.82-
YUV115.61134.99128.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.49%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=32.49%
G=31.65%
B=35.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1161131280.090.1200.502526.2247.25
Hex7471809C032fc62f
Octal1641612001114062374657
Binary111010011100011000000010011100011001011111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747180; }

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

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

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

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

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

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

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

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