#73707C

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

Shades of Dolphin #73707C

Tints of Dolphin #73707C

Color information

#73707C (or 0x73707C) is unknown color: approx Dolphin. HEX triplet: 73, 70 and 7C. RGB value is (115,112,124). Sum of RGB (Red+Green+Blue) = 115+112+124=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 124 - color contains mainly: blue. Hex color #73707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73707C is #8C8F83. Grayscale: #727272. Windows color (decimal): -9211780 or 8155251. OLE color: 8155251.

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

Color convert

RGB115112124-
CMYK0.070.1000.51
HSL255º5.08%46.27%-
HSV(B)255º9.68%48.63%-
XYZ16.516.6921.42-
YUV114.26133.49128.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.76%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=32.76%
G=31.91%
B=35.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1151121240.070.1000.512555.0846.27
Hex73707C7A033ff52e
Octal163160174712063377556
Binary1110011111000011111001111010011001111111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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