#757386

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

Shades of Dolphin #757386

Tints of Dolphin #757386

Color information

#757386 (or 0x757386) is unknown color: approx Dolphin. HEX triplet: 75, 73 and 86. RGB value is (117,115,134). Sum of RGB (Red+Green+Blue) = 117+115+134=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 134 - color contains mainly: blue. Hex color #757386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757386 is #8A8C79. Grayscale: #757575. Windows color (decimal): -9079930 or 8811381. OLE color: 8811381.

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

Color convert

RGB117115134-
CMYK0.130.1400.47
HSL246.32º7.63%48.82%-
HSV(B)246.32º14.18%52.55%-
XYZ17.7717.7625.05-
YUV117.76137.16127.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.97%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 134 (52.73% from 255) = 36.61%
R=31.97%
G=31.42%
B=36.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171151340.130.1400.47246.327.6348.82
Hex757386DE02Ff6831
Octal16516320615160573661061
Binary1110101111001110000110110111100101111111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757386; }

 p { color: rgb(117,115,134); }

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

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

 a { background-color: rgb(117,115,134); }

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

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

 span { border-color: rgb(117,115,134); }

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