#757479

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

Shades of Dolphin #757479

Tints of Dolphin #757479

Color information

#757479 (or 0x757479) is unknown color: approx Dolphin. HEX triplet: 75, 74 and 79. RGB value is (117,116,121). Sum of RGB (Red+Green+Blue) = 117+116+121=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 121 - color contains mainly: blue. Hex color #757479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757479 is #8A8B86. Grayscale: #747474. Windows color (decimal): -9079687 or 7959669. OLE color: 7959669.

HSL color Cylindrical-coordinate representation of color #757479: hue angle of 252º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #757479 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB117116121-
CMYK0.030.0400.53
HSL252º2.11%46.47%-
HSV(B)252º4.13%47.45%-
XYZ17.0317.6520.6-
YUV116.87130.33128.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 116 (45.70% from 255) = 32.77%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=33.05%
G=32.77%
B=34.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171161210.030.0400.532522.1146.47
Hex75747934035fc22e
Octal16516417134065374256
Binary1110101111010011110011110001101011111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757479; }

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

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

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

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

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

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

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

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