#757280

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

Shades of Dolphin #757280

Tints of Dolphin #757280

Color information

#757280 (or 0x757280) is unknown color: approx Dolphin. HEX triplet: 75, 72 and 80. RGB value is (117,114,128). Sum of RGB (Red+Green+Blue) = 117+114+128=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 128 - color contains mainly: blue. Hex color #757280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757280 is #8A8D7F. Grayscale: #747474. Windows color (decimal): -9080192 or 8417909. OLE color: 8417909.

HSL color Cylindrical-coordinate representation of color #757280: hue angle of 252.86º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #757280 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB117114128-
CMYK0.090.1100.50
HSL252.86º5.79%47.45%-
HSV(B)252.86º10.94%50.2%-
XYZ17.2517.3822.87-
YUV116.49134.49128.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=32.59%
G=31.75%
B=35.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1171141280.090.1100.50252.865.7947.45
Hex7572809B032fd62f
Octal1651622001113062375657
Binary111010111100101000000010011011011001011111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757280; }

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

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

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

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

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

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

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

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