#757185

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

Shades of Dolphin #757185

Tints of Dolphin #757185

Color information

#757185 (or 0x757185) is unknown color: approx Dolphin. HEX triplet: 75, 71 and 85. RGB value is (117,113,133). Sum of RGB (Red+Green+Blue) = 117+113+133=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 133 - color contains mainly: blue. Hex color #757185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757185 is #8A8E7A. Grayscale: #747474. Windows color (decimal): -9080443 or 8745333. OLE color: 8745333.

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

Color convert

RGB117113133-
CMYK0.120.1500.48
HSL252º8.13%48.24%-
HSV(B)252º15.04%52.16%-
XYZ17.4717.2924.61-
YUV116.48137.33128.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 133 (52.34% from 255) = 36.64%
R=32.23%
G=31.13%
B=36.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171131330.120.1500.482528.1348.24
Hex757185CF030fc830
Octal16516120514170603741060
Binary1110101111000110000101110011110110000111111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757185; }

 p { color: rgb(117,113,133); }

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

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

 a { background-color: rgb(117,113,133); }

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

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

 span { border-color: rgb(117,113,133); }

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