#73717C

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

Shades of Dolphin #73717C

Tints of Dolphin #73717C

Color information

#73717C (or 0x73717C) is unknown color: approx Dolphin. HEX triplet: 73, 71 and 7C. RGB value is (115,113,124). Sum of RGB (Red+Green+Blue) = 115+113+124=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 124 - color contains mainly: blue. Hex color #73717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73717C is #8C8E83. Grayscale: #727272. Windows color (decimal): -9211524 or 8155507. OLE color: 8155507.

HSL color Cylindrical-coordinate representation of color #73717C: hue angle of 250.91º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #73717C is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB115113124-
CMYK0.070.0900.51
HSL250.91º4.64%46.47%-
HSV(B)250.91º8.87%48.63%-
XYZ16.6116.9121.46-
YUV114.85133.16128.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.67%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=32.67%
G=32.10%
B=35.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1151131240.070.0900.51250.914.6446.47
Hex73717C79033fb52e
Octal163161174711063373556
Binary1110011111000111111001111001011001111111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73717C; }

 p { color: rgb(115,113,124); }

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

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

 a { background-color: rgb(115,113,124); }

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

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

 span { border-color: rgb(115,113,124); }

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