#757484

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

Shades of Dolphin #757484

Tints of Dolphin #757484

Color information

#757484 (or 0x757484) is unknown color: approx Dolphin. HEX triplet: 75, 74 and 84. RGB value is (117,116,132). Sum of RGB (Red+Green+Blue) = 117+116+132=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: blue. Hex color #757484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757484 is #8A8B7B. Grayscale: #767676. Windows color (decimal): -9079676 or 8680565. OLE color: 8680565.

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

Color convert

RGB117116132-
CMYK0.110.1200.48
HSL243.75º6.45%48.63%-
HSV(B)243.75º12.12%51.76%-
XYZ17.7517.9424.36-
YUV118.12135.83127.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=32.05%
G=31.78%
B=36.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171161320.110.1200.48243.756.4548.63
Hex757484BC030f4631
Octal1651642041314060364661
Binary111010111101001000010010111100011000011110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757484; }

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

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

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

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

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

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

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

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