#757477

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

Shades of Dolphin #757477

Tints of Dolphin #757477

Color information

#757477 (or 0x757477) is unknown color: approx Dolphin. HEX triplet: 75, 74 and 77. RGB value is (117,116,119). Sum of RGB (Red+Green+Blue) = 117+116+119=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 119 - color contains mainly: blue. Hex color #757477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757477 is #8A8B88. Grayscale: #747474. Windows color (decimal): -9079689 or 7828597. OLE color: 7828597.

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

Color convert

RGB117116119-
CMYK0.020.0300.53
HSL260º1.28%46.08%-
HSV(B)260º2.52%46.67%-
XYZ16.9117.619.96-
YUV116.64129.33128.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 119 (46.88% from 255) = 33.81%
R=33.24%
G=32.95%
B=33.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171161190.020.0300.532601.2846.08
Hex7574772303510412e
Octal16516416723065404156
Binary111010111101001110111101101101011000001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757477; }

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

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

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

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

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

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

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

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