#747287

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

Shades of Dolphin #747287

Tints of Dolphin #747287

Color information

#747287 (or 0x747287) is unknown color: approx Dolphin. HEX triplet: 74, 72 and 87. RGB value is (116,114,135). Sum of RGB (Red+Green+Blue) = 116+114+135=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 135 - color contains mainly: blue. Hex color #747287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747287 is #8B8D78. Grayscale: #747474. Windows color (decimal): -9145721 or 8876660. OLE color: 8876660.

HSL color Cylindrical-coordinate representation of color #747287: hue angle of 245.71º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #747287 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB116114135-
CMYK0.140.1600.47
HSL245.71º8.43%48.82%-
HSV(B)245.71º15.56%52.94%-
XYZ17.5917.525.37-
YUV116.99138.16127.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.78%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 135 (53.12% from 255) = 36.99%
R=31.78%
G=31.23%
B=36.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161141350.140.1600.47245.718.4348.82
Hex747287E1002Ff6831
Octal16416220716200573661061
Binary11101001110010100001111110100000101111111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747287; }

 p { color: rgb(116,114,135); }

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

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

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

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

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

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

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