#757384

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

Shades of Dolphin #757384

Tints of Dolphin #757384

Color information

#757384 (or 0x757384) is unknown color: approx Dolphin. HEX triplet: 75, 73 and 84. RGB value is (117,115,132). Sum of RGB (Red+Green+Blue) = 117+115+132=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 115 (45.31% from 255 or 31.59% 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 #757384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757384 is #8A8C7B. Grayscale: #757575. Windows color (decimal): -9079932 or 8680309. OLE color: 8680309.

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

Color convert

RGB117115132-
CMYK0.110.1300.48
HSL247.06º6.88%48.43%-
HSV(B)247.06º12.88%51.76%-
XYZ17.6317.7124.32-
YUV117.54136.16127.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.14%
GREEN value IS 115 (45.31% from 255) = 31.59%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=32.14%
G=31.59%
B=36.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171151320.110.1300.48247.066.8848.43
Hex757384BD030f7730
Octal1651632041315060367760
Binary111010111100111000010010111101011000011110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757384; }

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

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

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

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

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

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

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

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