#757489

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

Shades of Dolphin #757489

Tints of Dolphin #757489

Color information

#757489 (or 0x757489) is unknown color: approx Dolphin. HEX triplet: 75, 74 and 89. RGB value is (117,116,137). Sum of RGB (Red+Green+Blue) = 117+116+137=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #757489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757489 is #8A8B76. Grayscale: #767676. Windows color (decimal): -9079671 or 9008245. OLE color: 9008245.

HSL color Cylindrical-coordinate representation of color #757489: hue angle of 242.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757489 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB117116137-
CMYK0.150.1500.46
HSL242.86º8.3%49.61%-
HSV(B)242.86º15.33%53.73%-
XYZ18.118.0826.2-
YUV118.69138.33126.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=31.62%
G=31.35%
B=37.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171161370.150.1500.46242.868.349.61
Hex757489FF02Ef3832
Octal16516421117170563631062
Binary1110101111010010001001111111110101110111100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757489; }

 p { color: rgb(117,116,137); }

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

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

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

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

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

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

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