#757382

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

Shades of Dolphin #757382

Tints of Dolphin #757382

Color information

#757382 (or 0x757382) is unknown color: approx Dolphin. HEX triplet: 75, 73 and 82. RGB value is (117,115,130). Sum of RGB (Red+Green+Blue) = 117+115+130=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 130 - color contains mainly: blue. Hex color #757382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757382 is #8A8C7D. Grayscale: #757575. Windows color (decimal): -9079934 or 8549237. OLE color: 8549237.

HSL color Cylindrical-coordinate representation of color #757382: hue angle of 248º degrees, saturation: 0.06, 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 #757382 is Cyan = 0.1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB117115130-
CMYK0.10.1200.49
HSL248º6.12%48.04%-
HSV(B)248º11.54%50.98%-
XYZ17.517.6623.6-
YUV117.31135.16127.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.32%
GREEN value IS 115 (45.31% from 255) = 31.77%
BLUE value IS 130 (51.17% from 255) = 35.91%
R=32.32%
G=31.77%
B=35.91%

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
Decimal1171151300.10.1200.492486.1248.04
Hex757382AC031f8630
Octal1651632021214061370660
Binary111010111100111000001010101100011000111111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757382; }

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

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

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

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

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

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

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

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