#757282

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

Shades of Dolphin #757282

Tints of Dolphin #757282

Color information

#757282 (or 0x757282) is unknown color: approx Dolphin. HEX triplet: 75, 72 and 82. RGB value is (117,114,130). Sum of RGB (Red+Green+Blue) = 117+114+130=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 130 - color contains mainly: blue. Hex color #757282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757282 is #8A8D7D. Grayscale: #747474. Windows color (decimal): -9080190 or 8548981. OLE color: 8548981.

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

Color convert

RGB117114130-
CMYK0.10.1200.49
HSL251.25º6.56%47.84%-
HSV(B)251.25º12.31%50.98%-
XYZ17.3817.4323.57-
YUV116.72135.49128.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.41%
GREEN value IS 114 (44.92% from 255) = 31.58%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=32.41%
G=31.58%
B=36.01%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171141300.10.1200.49251.256.5647.84
Hex757282AC031fb730
Octal1651622021214061373760
Binary111010111100101000001010101100011000111111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757282; }

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

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

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

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

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

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

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

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