#757284

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

Shades of Dolphin #757284

Tints of Dolphin #757284

Color information

#757284 (or 0x757284) is unknown color: approx Dolphin. HEX triplet: 75, 72 and 84. RGB value is (117,114,132). Sum of RGB (Red+Green+Blue) = 117+114+132=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: blue. Hex color #757284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757284 is #8A8D7B. Grayscale: #747474. Windows color (decimal): -9080188 or 8680053. OLE color: 8680053.

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

Color convert

RGB117114132-
CMYK0.110.1400.48
HSL250º7.32%48.24%-
HSV(B)250º13.64%51.76%-
XYZ17.5217.4824.28-
YUV116.95136.49128.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=32.23%
G=31.40%
B=36.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171141320.110.1400.482507.3248.24
Hex757284BE030fa730
Octal1651622041316060372760
Binary111010111100101000010010111110011000011111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757284; }

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

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

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

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

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

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

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

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