#757488

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

Shades of Dolphin #757488

Tints of Dolphin #757488

Color information

#757488 (or 0x757488) is unknown color: approx Dolphin. HEX triplet: 75, 74 and 88. RGB value is (117,116,136). Sum of RGB (Red+Green+Blue) = 117+116+136=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 136 - color contains mainly: blue. Hex color #757488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757488 is #8A8B77. Grayscale: #767676. Windows color (decimal): -9079672 or 8942709. OLE color: 8942709.

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

Color convert

RGB117116136-
CMYK0.140.1500.47
HSL243º7.94%49.41%-
HSV(B)243º14.71%53.33%-
XYZ18.0318.0525.83-
YUV118.58137.83126.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 136 (53.52% from 255) = 36.86%
R=31.71%
G=31.44%
B=36.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171161360.140.1500.472437.9449.41
Hex757488EF02Ff3831
Octal16516421016170573631061
Binary1110101111010010001000111011110101111111100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757488; }

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

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

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

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

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

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

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

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