#757182

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

Shades of Dolphin #757182

Tints of Dolphin #757182

Color information

#757182 (or 0x757182) is unknown color: approx Dolphin. HEX triplet: 75, 71 and 82. RGB value is (117,113,130). Sum of RGB (Red+Green+Blue) = 117+113+130=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 130 - color contains mainly: blue. Hex color #757182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757182 is #8A8E7D. Grayscale: #747474. Windows color (decimal): -9080446 or 8548725. OLE color: 8548725.

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

Color convert

RGB117113130-
CMYK0.10.1300.49
HSL254.12º7%47.65%-
HSV(B)254.12º13.08%50.98%-
XYZ17.2717.223.53-
YUV116.13135.83128.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.5%
GREEN value IS 113 (44.53% from 255) = 31.39%
BLUE value IS 130 (51.17% from 255) = 36.11%
R=32.5%
G=31.39%
B=36.11%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171131300.10.1300.49254.12747.65
Hex757182AD031fe730
Octal1651612021215061376760
Binary111010111100011000001010101101011000111111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757182; }

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

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

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

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

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

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

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

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